Searched defs:RtpCodecParameters (Results 1 – 2 of 2) sorted by relevance
557 struct RTC_EXPORT RtpCodecParameters { struct563 std::string mime_type() const { return MediaTypeToString(kind) + "/" + name; } in mime_type()566 std::string name;569 cricket::MediaType kind = cricket::MEDIA_TYPE_AUDIO;574 int payload_type = 0;577 absl::optional<int> clock_rate;584 absl::optional<int> num_channels;609 bool operator==(const RtpCodecParameters& o) const { argument
51 - (instancetype)initWithNativeParameters: