public static interface IAudioDecoder.ICallback
ICallback
- audio decoder callback.Modifier and Type | Method and Description |
---|---|
void |
onDecodedFrame(AudioFrame frame)
Notifies about decoded
frame . |
void |
onException(java.lang.Object tag,
java.lang.Exception e)
Notifies about decoding exception
e . |
void onDecodedFrame(AudioFrame frame)
frame
.frame
- decoded framevoid onException(java.lang.Object tag, java.lang.Exception e)
e
.tag
- frame tage
- exception