| Package | Description |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.stream | |
| org.red5.server.stream.codec |
| Modifier and Type | Method and Description |
|---|---|
IAudioStreamCodec |
IStreamCodecInfo.getAudioCodec()
Return audio codec
|
| Modifier and Type | Method and Description |
|---|---|
static IAudioStreamCodec |
AudioCodecFactory.getAudioCodec(IoBuffer data)
Create and return new audio codec applicable for byte buffer data
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecFactory.setCodecs(List<IAudioStreamCodec> codecs)
Setter for codecs
|
| Modifier and Type | Class and Description |
|---|---|
class |
AACAudio
Red5 audio codec for the AAC audio format.
|
| Modifier and Type | Method and Description |
|---|---|
IAudioStreamCodec |
StreamCodecInfo.getAudioCodec()
Return audio codec
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamCodecInfo.setAudioCodec(IAudioStreamCodec codec)
Setter for audio codec
|
Copyright © 2006-2012 The Red5 Project