toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
DefaultVideoDecoderFactory
Default
Video
Decoder
Factory
open
class
DefaultVideoDecoderFactory
:
VideoDecoderFactory
Helper class that combines HW and SW decoders.
Members
Constructors
Default
Video
Decoder
Factory
Link copied to clipboard
constructor
(
@
Nullable
eglContext
:
EglBase.Context
)
Create decoder factory using default hardware decoder factory.
Functions
create
Decoder
Link copied to clipboard
@
Nullable
open
fun
createDecoder
(
codecType
:
VideoCodecInfo
)
:
VideoDecoder
Creates a VideoDecoder for the given codec.
get
Supported
Codecs
Link copied to clipboard
open
fun
getSupportedCodecs
(
)
:
Array
<
VideoCodecInfo
>
Enumerates the list of supported video codecs.