Home
last modified time | relevance | path

Searched defs:SendCodecSpec (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/call/
Daudio_send_stream.h128 struct SendCodecSpec { struct
138 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;
Daudio_send_stream.cc65 AudioSendStream::Config::SendCodecSpec::SendCodecSpec( in SendCodecSpec() function in webrtc::AudioSendStream::Config::SendCodecSpec
/external/webrtc/audio/
Daudio_send_stream.cc50 using SendCodecSpec = AudioSendStream::Config::SendCodecSpec; in UpdateEventLogStreamConfig() typedef