stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
WrappedVideoDecoderFactory
Wrapped
Video
Decoder
Factory
open
class
WrappedVideoDecoderFactory
:
VideoDecoderFactory
Members
Constructors
Wrapped
Video
Decoder
Factory
Link copied to clipboard
constructor
(
@
Nullable
eglContext
:
EglBase.Context
)
Functions
create
Decoder
Link copied to clipboard
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.