Package com.telnyx.webrtc.lib
Class DefaultVideoEncoderFactory
java.lang.Object
com.telnyx.webrtc.lib.DefaultVideoEncoderFactory
- All Implemented Interfaces:
VideoEncoderFactory
Helper class that combines HW and SW encoders.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.telnyx.webrtc.lib.VideoEncoderFactory
VideoEncoderFactory.VideoEncoderSelector
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultVideoEncoderFactory
(EglBase.Context eglContext, boolean enableIntelVp8Encoder, boolean enableH264HighProfile) Create encoder factory using default hardware encoder factory. -
Method Summary
Modifier and TypeMethodDescriptioncreateEncoder
(VideoCodecInfo info) Creates an encoder for the given video codec.Enumerates the list of supported video codecs.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.telnyx.webrtc.lib.VideoEncoderFactory
getEncoderSelector, getImplementations
-
Constructor Details
-
DefaultVideoEncoderFactory
public DefaultVideoEncoderFactory(EglBase.Context eglContext, boolean enableIntelVp8Encoder, boolean enableH264HighProfile) Create encoder factory using default hardware encoder factory.
-
-
Method Details
-
createEncoder
Description copied from interface:VideoEncoderFactory
Creates an encoder for the given video codec.- Specified by:
createEncoder
in interfaceVideoEncoderFactory
-
getSupportedCodecs
Description copied from interface:VideoEncoderFactory
Enumerates the list of supported video codecs. This method will only be called once and the result will be cached.- Specified by:
getSupportedCodecs
in interfaceVideoEncoderFactory
-