toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
SoftwareVideoEncoderFactory
Software
Video
Encoder
Factory
open
class
SoftwareVideoEncoderFactory
:
VideoEncoderFactory
Members
Constructors
Software
Video
Encoder
Factory
Link copied to clipboard
constructor
(
)
Functions
create
Encoder
Link copied to clipboard
@
Nullable
open
fun
createEncoder
(
info
:
VideoCodecInfo
)
:
VideoEncoder
Creates an encoder for the given video codec.
get
Supported
Codecs
Link copied to clipboard
open
fun
getSupportedCodecs
(
)
:
Array
<
VideoCodecInfo
>
Enumerates the list of supported video codecs.
Inherited functions
get
Encoder
Selector
Link copied to clipboard
open
fun
getEncoderSelector
(
)
:
VideoEncoderFactory.VideoEncoderSelector
Returns a VideoEncoderSelector if implemented by the VideoEncoderFactory, null otherwise.
get
Implementations
Link copied to clipboard
open
fun
getImplementations
(
)
:
Array
<
VideoCodecInfo
>
Enumerates the list of supported video codecs that can also be tagged with implementation information.