public class AudioCodecFactory extends Object
| Constructor and Description |
|---|
AudioCodecFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IAudioStreamCodec |
getAudioCodec(IoBuffer data)
Create and return new audio codec applicable for byte buffer data
|
void |
setCodecs(List<IAudioStreamCodec> codecs)
Setter for codecs
|
public static final String KEY
public void setCodecs(List<IAudioStreamCodec> codecs)
codecs - List of codecspublic static IAudioStreamCodec getAudioCodec(IoBuffer data)
data - Byte buffer dataCopyright © 2006-2012 The Red5 Project