Uses of Interface
org.red5.codec.IAudioStreamCodec
Packages that use IAudioStreamCodec
-
Uses of IAudioStreamCodec in io.antmedia.muxer.parser.codec
Classes in io.antmedia.muxer.parser.codec that implement IAudioStreamCodec -
Uses of IAudioStreamCodec in org.red5.codec
Classes in org.red5.codec that implement IAudioStreamCodecFields in org.red5.codec declared as IAudioStreamCodecModifier and TypeFieldDescriptionprivate IAudioStreamCodec
StreamCodecInfo.audioCodec
Audio codecMethods in org.red5.codec that return IAudioStreamCodecModifier and TypeMethodDescriptionIStreamCodecInfo.getAudioCodec()
Return audio codecStreamCodecInfo.getAudioCodec()
Return audio codecMethods in org.red5.codec with parameters of type IAudioStreamCodecModifier and TypeMethodDescriptionvoid
StreamCodecInfo.setAudioCodec
(IAudioStreamCodec codec) Setter for audio codec -
Uses of IAudioStreamCodec in org.red5.server.stream
Fields in org.red5.server.stream with type parameters of type IAudioStreamCodecModifier and TypeFieldDescriptionprivate static List<IAudioStreamCodec>
AudioCodecFactory.codecs
List of available codecsMethods in org.red5.server.stream that return IAudioStreamCodecModifier and TypeMethodDescriptionstatic IAudioStreamCodec
AudioCodecFactory.getAudioCodec
(org.apache.mina.core.buffer.IoBuffer data) Create and return new audio codec applicable for byte buffer dataMethod parameters in org.red5.server.stream with type arguments of type IAudioStreamCodecModifier and TypeMethodDescriptionvoid
AudioCodecFactory.setCodecs
(List<IAudioStreamCodec> codecs) Setter for codecs