toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
VideoEncoder
/
ResolutionBitrateLimits
Resolution
Bitrate
Limits
open
class
ResolutionBitrateLimits
Bitrate limits for resolution.
Members
Constructors
Resolution
Bitrate
Limits
Link copied to clipboard
constructor
(
frameSizePixels
:
Int
,
minStartBitrateBps
:
Int
,
minBitrateBps
:
Int
,
maxBitrateBps
:
Int
)
Properties
frame
Size
Pixels
Link copied to clipboard
val
frameSizePixels
:
Int
Maximum size of video frame, in pixels, the bitrate limits are intended for.
max
Bitrate
Bps
Link copied to clipboard
val
maxBitrateBps
:
Int
Recommended maximum bitrate.
min
Bitrate
Bps
Link copied to clipboard
val
minBitrateBps
:
Int
Recommended minimum bitrate.
min
Start
Bitrate
Bps
Link copied to clipboard
val
minStartBitrateBps
:
Int
Recommended minimum bitrate to start encoding.
Functions
get
Frame
Size
Pixels
Link copied to clipboard
open
fun
getFrameSizePixels
(
)
:
Int
get
Max
Bitrate
Bps
Link copied to clipboard
open
fun
getMaxBitrateBps
(
)
:
Int
get
Min
Bitrate
Bps
Link copied to clipboard
open
fun
getMinBitrateBps
(
)
:
Int
get
Min
Start
Bitrate
Bps
Link copied to clipboard
open
fun
getMinStartBitrateBps
(
)
:
Int