com.smaxe.uv.media.core
Class IVideoDecoder.CallbackAdapter

java.lang.Object
  extended by com.smaxe.uv.media.core.IVideoDecoder.CallbackAdapter
All Implemented Interfaces:
IVideoDecoder.ICallback
Enclosing interface:
IVideoDecoder

public static class IVideoDecoder.CallbackAdapter
extends java.lang.Object
implements IVideoDecoder.ICallback

CallbackAdapter - video decoder callback adapter.


Constructor Summary
IVideoDecoder.CallbackAdapter()
          Constructor.
 
Method Summary
 void onDecodedFrame(VideoFrame frame)
          Notifies about decoded frame.
 void onDelayedFrame(java.lang.Object tag)
          Notifies about delayed frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVideoDecoder.CallbackAdapter

public IVideoDecoder.CallbackAdapter()
Constructor.

Method Detail

onDelayedFrame

public void onDelayedFrame(java.lang.Object tag)
Description copied from interface: IVideoDecoder.ICallback
Notifies about delayed frame.

Specified by:
onDelayedFrame in interface IVideoDecoder.ICallback
Parameters:
tag - frame tag

onDecodedFrame

public void onDecodedFrame(VideoFrame frame)
Description copied from interface: IVideoDecoder.ICallback
Notifies about decoded frame.

Specified by:
onDecodedFrame in interface IVideoDecoder.ICallback