Package | Description |
---|---|
org.red5.server.api.stream | |
org.red5.server.stream | |
org.red5.server.stream.codec |
Modifier and Type | Method and Description |
---|---|
IVideoStreamCodec |
IStreamCodecInfo.getVideoCodec()
Return video codec
|
Modifier and Type | Method and Description |
---|---|
static IVideoStreamCodec |
VideoCodecFactory.getVideoCodec(IoBuffer data)
Create and return new video codec applicable for byte buffer data
|
Modifier and Type | Method and Description |
---|---|
void |
VideoCodecFactory.setCodecs(List<IVideoStreamCodec> codecs)
Setter for codecs
|
Modifier and Type | Class and Description |
---|---|
class |
AVCVideo
Red5 video codec for the AVC (h264) video format.
|
class |
ScreenVideo
Red5 video codec for the screen capture format.
|
class |
ScreenVideo2
Red5 video codec for the screen capture format.
|
class |
SorensonVideo
Red5 video codec for the sorenson video format.
|
Modifier and Type | Method and Description |
---|---|
IVideoStreamCodec |
StreamCodecInfo.getVideoCodec()
Return video codec
|
Modifier and Type | Method and Description |
---|---|
void |
StreamCodecInfo.setVideoCodec(IVideoStreamCodec codec)
Setter for video codec
|
Copyright © 2006-2012 The Red5 Project