com.smaxe.uv.media.core
Interface IVideoDecoder.ICallback

All Known Implementing Classes:
IVideoDecoder.CallbackAdapter
Enclosing interface:
IVideoDecoder

public static interface IVideoDecoder.ICallback

ICallback - video decoder callback.


Method Summary
 void onDecodedFrame(VideoFrame frame)
          Notifies about decoded frame.
 void onDelayedFrame(java.lang.Object tag)
          Notifies about delayed frame.
 

Method Detail

onDelayedFrame

void onDelayedFrame(java.lang.Object tag)
Notifies about delayed frame.

Parameters:
tag - frame tag

onDecodedFrame

void onDecodedFrame(VideoFrame frame)
Notifies about decoded frame.

Parameters:
frame -