Searched defs:RtpCodecParameters (Results 1 – 2 of 2) sorted by relevance
496 struct RTC_EXPORT RtpCodecParameters { struct502 std::string mime_type() const { return MediaTypeToString(kind) + "/" + name; } in mime_type()505 std::string name;508 cricket::MediaType kind = cricket::MEDIA_TYPE_AUDIO;513 int payload_type = 0;516 absl::optional<int> clock_rate;523 absl::optional<int> num_channels;548 bool operator==(const RtpCodecParameters& o) const { argument
51 (const webrtc::RtpCodecParameters &)nativeParameters {