Uses of Interface
org.webrtc.audio.JavaAudioDeviceModule.SamplesReadyCallback
Packages that use JavaAudioDeviceModule.SamplesReadyCallback
-
Uses of JavaAudioDeviceModule.SamplesReadyCallback in org.webrtc.audio
Fields in org.webrtc.audio declared as JavaAudioDeviceModule.SamplesReadyCallbackModifier and TypeFieldDescriptionprivate final JavaAudioDeviceModule.SamplesReadyCallback
WebRtcAudioRecord.audioSamplesReadyCallback
JavaAudioDeviceModule.Builder.samplesReadyCallback
Methods in org.webrtc.audio with parameters of type JavaAudioDeviceModule.SamplesReadyCallbackModifier and TypeMethodDescriptionJavaAudioDeviceModule.Builder.setSamplesReadyCallback
(JavaAudioDeviceModule.SamplesReadyCallback samplesReadyCallback) Set a callback to listen to the raw audio input from the AudioRecord.Constructors in org.webrtc.audio with parameters of type JavaAudioDeviceModule.SamplesReadyCallbackModifierConstructorDescriptionWebRtcAudioRecord
(Object context, ScheduledExecutorService scheduler, Object audioManager, int audioSource, int audioFormat, JavaAudioDeviceModule.AudioRecordErrorCallback errorCallback, JavaAudioDeviceModule.AudioRecordStateCallback stateCallback, JavaAudioDeviceModule.SamplesReadyCallback audioSamplesReadyCallback, boolean isAcousticEchoCancelerSupported, boolean isNoiseSuppressorSupported, IAudioRecordListener audioRecordListener)