public class VideoCodecFactory extends Object
| Constructor and Description |
|---|
VideoCodecFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.red5.codec.IVideoStreamCodec |
getVideoCodec(org.apache.mina.core.buffer.IoBuffer data)
Create and return new video codec applicable for byte buffer data
|
void |
setCodecs(List<org.red5.codec.IVideoStreamCodec> codecs)
Setter for codecs
|
public static final String KEY
public void setCodecs(List<org.red5.codec.IVideoStreamCodec> codecs)
codecs - List of codecspublic static org.red5.codec.IVideoStreamCodec getVideoCodec(org.apache.mina.core.buffer.IoBuffer data)
data - Byte buffer dataCopyright © 2005–2017 Red5. All rights reserved.