Uses of Interface
org.red5.codec.IVideoStreamCodec
Packages that use IVideoStreamCodec
-
Uses of IVideoStreamCodec in io.antmedia.eRTMP
Classes in io.antmedia.eRTMP that implement IVideoStreamCodecModifier and TypeClassDescriptionclass
HEVC Video codec complaint with Enhanced RTMP There is another HEVCVideo that uses codec id as 12. -
Uses of IVideoStreamCodec in org.red5.codec
Classes in org.red5.codec that implement IVideoStreamCodecModifier and TypeClassDescriptionclass
class
Red5 video codec for the AVC (h264) video format.class
Red5 video codec for the AVC (h264) video format.Fields in org.red5.codec declared as IVideoStreamCodecModifier and TypeFieldDescriptionprivate IVideoStreamCodec
StreamCodecInfo.videoCodec
Video codecMethods in org.red5.codec that return IVideoStreamCodecModifier and TypeMethodDescriptionIStreamCodecInfo.getVideoCodec()
Return video codecStreamCodecInfo.getVideoCodec()
Return video codecMethods in org.red5.codec with parameters of type IVideoStreamCodecModifier and TypeMethodDescriptionvoid
StreamCodecInfo.setVideoCodec
(IVideoStreamCodec codec) Setter for video codec -
Uses of IVideoStreamCodec in org.red5.server.stream
Fields in org.red5.server.stream with type parameters of type IVideoStreamCodecModifier and TypeFieldDescriptionprivate static List<IVideoStreamCodec>
VideoCodecFactory.codecs
List of available codecsMethods 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 dataMethod parameters in org.red5.server.stream with type arguments of type IVideoStreamCodecModifier and TypeMethodDescriptionvoid
VideoCodecFactory.setCodecs
(List<IVideoStreamCodec> codecs) Setter for codecs