Searched defs:AudioSendStream (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/audio/
H A Daudio_send_stream.cc31 std::string AudioSendStream::Config::Rtp::ToString() const {
47 std::string AudioSendStream::Config::ToString() const {
59 AudioSendStream::AudioSendStream( function in class:webrtc::internal::AudioSendStream
60 const webrtc::AudioSendStream::Config& config,
64 LOG(LS_INFO) << "AudioSendStream: " << config_.ToString();
92 AudioSendStream::~AudioSendStream() {
94 LOG(LS_INFO) << "~AudioSendStream: " << config_.ToString();
98 void AudioSendStream
[all...]
/external/webrtc/webrtc/
H A Daudio_send_stream.h31 class AudioSendStream : public SendStream { class in namespace:webrtc
75 // the entire life of the AudioSendStream and is owned by the API client.
78 // Underlying VoiceEngine handle, used to map AudioSendStream to lower-level

Completed in 211 milliseconds