toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
VideoDecoderFactory
Video
Decoder
Factory
interface
VideoDecoderFactory
Factory for creating VideoDecoders.
Inheritors
DefaultVideoDecoderFactory
DefaultBlacklistedVideoDecoderFactory
SoftwareVideoDecoderFactory
WrappedVideoDecoderFactory
Members
Functions
create
Decoder
Link copied to clipboard
@
Nullable
abstract
fun
createDecoder
(
info
:
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.