public static interface TuSDKAudioDecoder.OnAudioDecoderDelegate
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onDecode(byte[] decodedBytes,
android.media.MediaCodec.BufferInfo bufferInfo,
double progress)
monitor when processing decode
|
void |
onDecodeRawInfo(TuSDKAudioInfo info)
解码器获取到音频原始信息
|
void |
onDecoderErrorCode(TuSDKMediaDecoder.TuSDKMediaDecoderError error)
解码器抛出异常
|
void onDecodeRawInfo(TuSDKAudioInfo info)
info - void onDecode(byte[] decodedBytes,
android.media.MediaCodec.BufferInfo bufferInfo,
double progress)
decodedBytes - progress - range 0~1java.io.IOExceptionvoid onDecoderErrorCode(TuSDKMediaDecoder.TuSDKMediaDecoderError error)
error -