Package org.webrtc
Class SoftwareVideoEncoderFactory
java.lang.Object
org.webrtc.SoftwareVideoEncoderFactory
- All Implemented Interfaces:
VideoEncoderFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.webrtc.VideoEncoderFactory
VideoEncoderFactory.VideoEncoderSelector -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEncoder(VideoCodecInfo codecInfo) Creates an encoder for the given video codec.Enumerates the list of supported video codecs.(package private) static VideoCodecInfo[]Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.webrtc.VideoEncoderFactory
getEncoderSelector, getImplementations
-
Constructor Details
-
SoftwareVideoEncoderFactory
public SoftwareVideoEncoderFactory()
-
-
Method Details
-
createEncoder
Description copied from interface:VideoEncoderFactoryCreates an encoder for the given video codec.- Specified by:
createEncoderin interfaceVideoEncoderFactory
-
getSupportedCodecs
Description copied from interface:VideoEncoderFactoryEnumerates the list of supported video codecs. This method will only be called once and the result will be cached.- Specified by:
getSupportedCodecsin interfaceVideoEncoderFactory
-
supportedCodecs
-