public static class IAudioDecoder.CallbackAdapter extends java.lang.Object implements IAudioDecoder.ICallback
CallbackAdapter
- IAudioDecoder.ICallback
adapter.Constructor and Description |
---|
CallbackAdapter()
Constructor.
|
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 . |
public void onDecodedFrame(AudioFrame frame)
IAudioDecoder.ICallback
frame
.onDecodedFrame
in interface IAudioDecoder.ICallback
frame
- decoded framepublic void onException(java.lang.Object tag, java.lang.Exception e)
IAudioDecoder.ICallback
e
.onException
in interface IAudioDecoder.ICallback
tag
- frame tage
- exception