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
/
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.