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
/
Settings
Settings
open
class
Settings
Settings passed to the encoder by WebRTC.
Members
Constructors
Settings
Link copied to clipboard
constructor
(
numberOfCores
:
Int
,
width
:
Int
,
height
:
Int
,
startBitrate
:
Int
,
maxFramerate
:
Int
,
numberOfSimulcastStreams
:
Int
,
automaticResizeOn
:
Boolean
)
constructor
(
numberOfCores
:
Int
,
width
:
Int
,
height
:
Int
,
startBitrate
:
Int
,
maxFramerate
:
Int
,
numberOfSimulcastStreams
:
Int
,
automaticResizeOn
:
Boolean
,
capabilities
:
VideoEncoder.Capabilities
)
Properties
automatic
Resize
On
Link copied to clipboard
val
automaticResizeOn
:
Boolean
capabilities
Link copied to clipboard
val
capabilities
:
VideoEncoder.Capabilities
height
Link copied to clipboard
val
height
:
Int
max
Framerate
Link copied to clipboard
val
maxFramerate
:
Int
number
Of
Cores
Link copied to clipboard
val
numberOfCores
:
Int
number
Of
Simulcast
Streams
Link copied to clipboard
val
numberOfSimulcastStreams
:
Int
start
Bitrate
Link copied to clipboard
val
startBitrate
:
Int
width
Link copied to clipboard
val
width
:
Int