toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
VideoEncoder
/
EncoderInfo
Encoder
Info
open
class
EncoderInfo
Metadata about the Encoder.
Members
Constructors
Encoder
Info
Link copied to clipboard
constructor
(
requestedResolutionAlignment
:
Int
,
applyAlignmentToAllSimulcastLayers
:
Boolean
)
Properties
apply
Alignment
To
All
Simulcast
Layers
Link copied to clipboard
val
applyAlignmentToAllSimulcastLayers
:
Boolean
Same as above but if true, each simulcast layer should also be divisible by |requested_resolution_alignment|.
requested
Resolution
Alignment
Link copied to clipboard
val
requestedResolutionAlignment
:
Int
The width and height of the incoming video frames should be divisible by |requested_resolution_alignment|
Functions
get
Apply
Alignment
To
All
Simulcast
Layers
Link copied to clipboard
open
fun
getApplyAlignmentToAllSimulcastLayers
(
)
:
Boolean
get
Requested
Resolution
Alignment
Link copied to clipboard
open
fun
getRequestedResolutionAlignment
(
)
:
Int