Searched defs:rtpmap (Results 1 – 2 of 2) sorted by relevance
46 public final String rtpmap; field in AudioCodec84 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec()107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec()
352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload()