Uses of Interface
org.red5.codec.IVideoStreamCodec
Packages that use IVideoStreamCodec
-
Uses of IVideoStreamCodec in org.red5.codec
Subinterfaces of IVideoStreamCodec in org.red5.codecModifier and TypeInterfaceDescriptioninterface
Extended interface for new E-rtmp video handlers.Classes in org.red5.codec that implement IVideoStreamCodecModifier and TypeClassDescriptionclass
Abstract video codec implementation.class
Red5 video codec for the AV1 video format.class
Red5 video codec for the AVC (h264) video format.class
Red5 video codec for the HEVC (h265) video format.class
Red5 video codec for the MPEG1 video format.class
Red5 video codec for the screen capture format.class
Red5 video codec for the screen capture format.class
Red5 video codec for the sorenson video format.class
Red5 video codec for the VP8 video format.class
Red5 video codec for the VP9 video format.Fields in org.red5.codec declared as IVideoStreamCodecFields in org.red5.codec with type parameters of type IVideoStreamCodecModifier and TypeFieldDescriptionprotected ConcurrentMap
<Integer, IVideoStreamCodec> AbstractVideo.tracks
Methods in org.red5.codec that return IVideoStreamCodecModifier and TypeMethodDescriptionprotected IVideoStreamCodec
AbstractVideo.getTrackCodec
(org.apache.mina.core.buffer.IoBuffer data) Get the track codec for the given data.IStreamCodecInfo.getVideoCodec()
Return video codecStreamCodecInfo.getVideoCodec()
Return video codecVideoCodec.newInstance()
Returns a new instance of the codec.Methods in org.red5.codec with parameters of type IVideoStreamCodecModifier and TypeMethodDescriptiondefault void
IStreamCodecInfo.setVideoCodec
(IVideoStreamCodec codec) Set video codec.void
StreamCodecInfo.setVideoCodec
(IVideoStreamCodec codec) Set video codec. -
Uses of IVideoStreamCodec in org.red5.server.stream
Methods in org.red5.server.stream that return IVideoStreamCodecModifier and TypeMethodDescriptionstatic IVideoStreamCodec
VideoCodecFactory.getVideoCodec
(org.apache.mina.core.buffer.IoBuffer data) Create and return new video codec applicable for byte buffer data