Uses of Enum Class
org.webrtc.audio.JavaAudioDeviceModule.AudioTrackStartErrorCode
Packages that use JavaAudioDeviceModule.AudioTrackStartErrorCode
-
Uses of JavaAudioDeviceModule.AudioTrackStartErrorCode in org.webrtc.audio
Methods in org.webrtc.audio that return JavaAudioDeviceModule.AudioTrackStartErrorCodeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.JavaAudioDeviceModule.AudioTrackStartErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.webrtc.audio with parameters of type JavaAudioDeviceModule.AudioTrackStartErrorCodeModifier and TypeMethodDescriptionvoidJavaAudioDeviceModule.AudioTrackErrorCallback.onWebRtcAudioTrackStartError(JavaAudioDeviceModule.AudioTrackStartErrorCode errorCode, String errorMessage) private voidWebRtcAudioTrack.reportWebRtcAudioTrackStartError(JavaAudioDeviceModule.AudioTrackStartErrorCode errorCode, String errorMessage)