Home
last modified time | relevance | path

Searched refs:audio_info_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Daudiomonitor.cc90 AudioInfo info = audio_info_; in OnMessage()
104 audio_info_.input_level = voice_channel_->GetInputLevel_w(); in PollVoiceChannel()
105 audio_info_.output_level = voice_channel_->GetOutputLevel_w(); in PollVoiceChannel()
106 voice_channel_->GetActiveStreams_w(&audio_info_.active_streams); in PollVoiceChannel()
Daudiomonitor.h65 AudioInfo audio_info_; variable