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