Searched refs:audioTrack (Results 1 – 5 of 5) sorted by relevance
46 private AudioTrack audioTrack = null; field in WebRtcAudioTrack72 audioTrack.play(); in run()73 assertTrue(audioTrack.getPlayState() == AudioTrack.PLAYSTATE_PLAYING); in run()94 bytesWritten = writeOnLollipop(audioTrack, byteBuffer, sizeInBytes); in run()96 bytesWritten = writePreLollipop(audioTrack, byteBuffer, sizeInBytes); in run()115 audioTrack.stop(); in run()119 assertTrue(audioTrack.getPlayState() == AudioTrack.PLAYSTATE_STOPPED); in run()120 audioTrack.flush(); in run()124 private int writeOnLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeOnLollipop() argument125 return audioTrack.write(byteBuffer, sizeInBytes, AudioTrack.WRITE_BLOCKING); in writeOnLollipop()[all …]
66 if (self.mediaStream->AddTrack(track.audioTrack)) {85 if (index != NSNotFound && self.mediaStream->RemoveTrack(track.audioTrack)) {126 RTCAudioTrack* audioTrack =128 [_audioTracks addObject:audioTrack];
35 rtc::scoped_refptr<webrtc::AudioTrackInterface> audioTrack;
41 - (rtc::scoped_refptr<webrtc::AudioTrackInterface>)audioTrack { method in Internal
101 RTCAudioTrack* audioTrack = [factory audioTrackWithID:audioTrackID];102 [localMediaStream addAudioTrack:audioTrack];