HomeSort by relevance Sort by last modified time
    Searched defs:AudioSendStream (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/audio/
audio_send_stream.cc 31 std::string AudioSendStream::Config::Rtp::ToString() const {
47 std::string AudioSendStream::Config::ToString() const {
59 AudioSendStream::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::Start()
    [all...]
  /external/webrtc/webrtc/
audio_send_stream.h 31 class AudioSendStream : public SendStream {
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 1094 milliseconds