toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
PlatformSoftwareVideoDecoderFactory
Platform
Software
Video
Decoder
Factory
open
class
PlatformSoftwareVideoDecoderFactory
:
MediaCodecVideoDecoderFactory
Factory for Android platform software VideoDecoders.
Members
Constructors
Platform
Software
Video
Decoder
Factory
Link copied to clipboard
constructor
(
@
Nullable
sharedContext
:
EglBase.Context
)
Creates a PlatformSoftwareVideoDecoderFactory that supports surface texture rendering.
Inherited functions
create
Decoder
Link copied to clipboard
@
Nullable
open
fun
createDecoder
(
codecType
:
VideoCodecInfo
)
:
VideoDecoder
@
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.