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

  /external/webrtc/webrtc/modules/audio_device/android/
audio_track_jni.cc 92 j_audio_track_.reset(new JavaAudioTrack(
126 j_audio_track_->InitPlayout(
137 if (!j_audio_track_->StartPlayout()) {
151 if (!j_audio_track_->StopPlayout()) {
173 return j_audio_track_->SetStreamVolume(volume) ? 0 : -1;
179 max_volume = j_audio_track_->GetStreamMaxVolume();
193 volume = j_audio_track_->GetStreamVolume();
audio_track_jni.h 122 rtc::scoped_ptr<AudioTrackJni::JavaAudioTrack> j_audio_track_; member in class:webrtc::AudioTrackJni
128 // Cached copy of address to direct audio buffer owned by |j_audio_track_|.
131 // Number of bytes in the direct audio buffer owned by |j_audio_track_|.

Completed in 567 milliseconds