Uses of Class
org.red5.codec.IVideoStreamCodec.FrameData
-
Uses of IVideoStreamCodec.FrameData in org.red5.codec
Modifier and TypeFieldDescriptionprotected IVideoStreamCodec.FrameData
AVCVideo.decoderConfiguration
Video decoder configuration dataModifier and TypeFieldDescriptionprotected final CopyOnWriteArrayList<IVideoStreamCodec.FrameData>
AVCVideo.interframes
Storage for frames buffered since last key frameprotected final CopyOnWriteArrayList<IVideoStreamCodec.FrameData>
AbstractVideo.keyframes
Storage for key framesModifier and TypeMethodDescriptionAbstractVideo.getInterframe
(int idx) AVCVideo.getInterframe
(int index) Gets data of interframe with the specified index.IVideoStreamCodec.getInterframe
(int index) Gets data of interframe with the specified index.AbstractVideo.getKeyframes()
Returns all the keyframe data.IVideoStreamCodec.getKeyframes()
Returns all the keyframe data.