Package | Description |
---|---|
org.webrtc |
Modifier and Type | Class and Description |
---|---|
class |
LibvpxVp8Decoder |
class |
LibvpxVp9Decoder |
class |
VideoDecoderFallback
A combined video decoder that falls back on a secondary decoder if the primary decoder fails.
|
Modifier and Type | Method and Description |
---|---|
default VideoDecoder |
VideoDecoderFactory.createDecoder(java.lang.String codecType)
Deprecated.
|
VideoDecoder |
SoftwareVideoDecoderFactory.createDecoder(java.lang.String codecType)
Deprecated.
|
default VideoDecoder |
VideoDecoderFactory.createDecoder(VideoCodecInfo info)
Creates a decoder for the given video codec.
|
VideoDecoder |
DefaultVideoDecoderFactory.createDecoder(VideoCodecInfo codecType) |
VideoDecoder |
SoftwareVideoDecoderFactory.createDecoder(VideoCodecInfo codecType) |
Constructor and Description |
---|
VideoDecoderFallback(VideoDecoder fallback,
VideoDecoder primary) |