Uses of Class
org.red5.codec.IVideoStreamCodec.FrameData
Packages that use IVideoStreamCodec.FrameData
-
Uses of IVideoStreamCodec.FrameData in org.red5.codec
Fields in org.red5.codec declared as IVideoStreamCodec.FrameDataModifier and TypeFieldDescriptionprotected IVideoStreamCodec.FrameDataAVCVideo.decoderConfigurationVideo decoder configuration dataFields in org.red5.codec with type parameters of type IVideoStreamCodec.FrameDataModifier and TypeFieldDescriptionprotected final CopyOnWriteArrayList<IVideoStreamCodec.FrameData>AVCVideo.interframesStorage for frames buffered since last key frameprotected final CopyOnWriteArrayList<IVideoStreamCodec.FrameData>AbstractVideo.keyframesStorage for key framesMethods in org.red5.codec that return IVideoStreamCodec.FrameDataModifier 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.