Searched defs:SendCodecSpec (Results 1 – 3 of 3) sorted by relevance
128 struct SendCodecSpec { struct138 int payload_type;139 SdpAudioFormat format;140 bool nack_enabled = false;141 bool transport_cc_enabled = false;142 absl::optional<int> cng_payload_type;143 absl::optional<int> red_payload_type;145 absl::optional<int> target_bitrate_bps;
65 AudioSendStream::Config::SendCodecSpec::SendCodecSpec( in SendCodecSpec() function in webrtc::AudioSendStream::Config::SendCodecSpec
50 using SendCodecSpec = AudioSendStream::Config::SendCodecSpec; in UpdateEventLogStreamConfig() typedef