Uses of Interface
org.webrtc.audio.JavaAudioDeviceModule.AudioTrackStateCallback
-
Uses of JavaAudioDeviceModule.AudioTrackStateCallback in org.webrtc.audio
Modifier and TypeFieldDescriptionJavaAudioDeviceModule.Builder.audioTrackStateCallback
private final JavaAudioDeviceModule.AudioTrackStateCallback
WebRtcAudioTrack.stateCallback
Modifier and TypeMethodDescriptionJavaAudioDeviceModule.Builder.setAudioTrackStateCallback
(JavaAudioDeviceModule.AudioTrackStateCallback audioTrackStateCallback) Set a callback to retrieve information from the AudioTrack on when audio starts and stop.ModifierConstructorDescription(package private)
WebRtcAudioTrack
(Object context, Object audioManager, Object audioAttributes, JavaAudioDeviceModule.AudioTrackErrorCallback errorCallback, JavaAudioDeviceModule.AudioTrackStateCallback stateCallback, boolean useLowLatency, boolean enableVolumeLogger, IAudioTrackListener audioTrackListener)