Searched defs:audioTrack (Results 1 – 2 of 2) sorted by relevance
46 private AudioTrack audioTrack = null; field in WebRtcAudioTrack124 private int writeOnLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeOnLollipop()128 private int writePreLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writePreLollipop()
41 - (rtc::scoped_refptr<webrtc::AudioTrackInterface>)audioTrack { method in Internal