Package tvi.webrtc
Class SoftwareVideoDecoderFactory
java.lang.Object
tvi.webrtc.SoftwareVideoDecoderFactory
- All Implemented Interfaces:
VideoDecoderFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateDecoder
(VideoCodecInfo info) Creates a VideoDecoder for the given codec.Enumerates the list of supported video codecs.
-
Constructor Details
-
SoftwareVideoDecoderFactory
public SoftwareVideoDecoderFactory()
-
-
Method Details
-
createDecoder
Description copied from interface:VideoDecoderFactory
Creates a VideoDecoder for the given codec. Supports the same codecs supported by VideoEncoderFactory.- Specified by:
createDecoder
in interfaceVideoDecoderFactory
-
getSupportedCodecs
Description copied from interface:VideoDecoderFactory
Enumerates the list of supported video codecs.- Specified by:
getSupportedCodecs
in interfaceVideoDecoderFactory
-