public interface MicrophoneListener
Modifier and Type | Method and Description |
---|---|
void |
onMicrophoneError(java.lang.Exception e)
Indicates an error when recording sound on the microphone.
|
void |
onRecordingEnd()
This is invoked when the client has stopped recording.
|
void |
onSoundLevelChanged(double soundLevel)
This is invoked to indicate a change in the sound level.
|
void |
readyForRecording()
This is invoked when the client is ready for recording.
|
void |
startedRecording()
This is invoked when the client has started recording.
|
void readyForRecording()
void startedRecording()
void onRecordingEnd()
void onSoundLevelChanged(double soundLevel)
soundLevel
- Sound level as a Double
.void onMicrophoneError(java.lang.Exception e)
e
- Error as an Exception
.java.lang.Exception
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.