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 TypeClassDescriptionclassHEVC 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 TypeClassDescriptionclassclassRed5 video codec for the AVC (h264) video format.classRed5 video codec for the AVC (h264) video format.Fields in org.red5.codec declared as IVideoStreamCodecModifier and TypeFieldDescriptionprivate IVideoStreamCodecStreamCodecInfo.videoCodecVideo 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 TypeMethodDescriptionvoidStreamCodecInfo.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.codecsList of available codecsMethods in org.red5.server.stream that return IVideoStreamCodecModifier and TypeMethodDescriptionstatic IVideoStreamCodecVideoCodecFactory.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 TypeMethodDescriptionvoidVideoCodecFactory.setCodecs(List<IVideoStreamCodec> codecs) Setter for codecs