org.red5.server.api.stream
Class IVideoStreamCodec.FrameData
java.lang.Object
org.red5.server.api.stream.IVideoStreamCodec.FrameData
- Enclosing interface:
- IVideoStreamCodec
public static final class IVideoStreamCodec.FrameData
- extends Object
Holder for video frame data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IVideoStreamCodec.FrameData
public IVideoStreamCodec.FrameData()
setData
public void setData(IoBuffer data)
- Makes a copy of the incoming bytes and places them in an IoBuffer. No flip or rewind is performed on the source data.
- Parameters:
data
-
getFrame
public IoBuffer getFrame()
Copyright © 2006-2012 The Red5 Project