com.smaxe.uv.client
Class ICamera.ListenerAdapter

java.lang.Object
  extended by com.smaxe.uv.client.ICamera.ListenerAdapter
All Implemented Interfaces:
ICamera.IListener
Enclosing interface:
ICamera

public static class ICamera.ListenerAdapter
extends java.lang.Object
implements ICamera.IListener

ListenerAdapter - ICamera.IListener adapter.


Constructor Summary
ICamera.ListenerAdapter()
          Constructor.
 
Method Summary
 void onFlvData(MediaData data)
          Notifies about a new flv data chunk.
 void onVideoData(MediaData data)
          Notifies about a new video data frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICamera.ListenerAdapter

public ICamera.ListenerAdapter()
Constructor.

Method Detail

onVideoData

public void onVideoData(MediaData data)
Description copied from interface: ICamera.IListener
Notifies about a new video data frame.

Specified by:
onVideoData in interface ICamera.IListener
Parameters:
data - new video data frame

onFlvData

public void onFlvData(MediaData data)
Description copied from interface: ICamera.IListener
Notifies about a new flv data chunk.

Specified by:
onFlvData in interface ICamera.IListener
Parameters:
data - new flv data chunk