Package tvi.webrtc
Interface VideoDecoderFactory
- All Known Implementing Classes:
DefaultVideoDecoderFactory
,HardwareVideoDecoderFactory
,PlatformSoftwareVideoDecoderFactory
,SoftwareVideoDecoderFactory
public interface VideoDecoderFactory
Factory for creating VideoDecoders.
-
Method Summary
Modifier and TypeMethodDescriptioncreateDecoder
(VideoCodecInfo info) Creates a VideoDecoder for the given codec.default VideoCodecInfo[]
Enumerates the list of supported video codecs.
-
Method Details
-
createDecoder
Creates a VideoDecoder for the given codec. Supports the same codecs supported by VideoEncoderFactory. -
getSupportedCodecs
Enumerates the list of supported video codecs.
-