Searched defs:SendCodecSpec (Results 1 – 3 of 3) sorted by relevance
131 struct SendCodecSpec { struct141 int payload_type;142 SdpAudioFormat format;143 bool nack_enabled = false;144 bool transport_cc_enabled = false;145 bool enable_non_sender_rtt = false;146 absl::optional<int> cng_payload_type;147 absl::optional<int> red_payload_type;149 absl::optional<int> target_bitrate_bps;
72 AudioSendStream::Config::SendCodecSpec::SendCodecSpec( in SendCodecSpec() function in webrtc::AudioSendStream::Config::SendCodecSpec
50 using SendCodecSpec = AudioSendStream::Config::SendCodecSpec; in UpdateEventLogStreamConfig() typedef