Android SDK 100ms
lib
/
live.hms.video.sdk.models.role
/
LayerParams
Layer
Params
data
class
LayerParams
(
val
rid
:
String
?
,
val
scaleResolutionDownBy
:
Float
?
,
val
maxBitrate
:
Int
?
,
val
maxFramerate
:
Int
?
)
Constructors
Properties
Constructors
Layer
Params
Link copied to clipboard
fun
LayerParams
(
rid
:
String
?
,
scaleResolutionDownBy
:
Float
?
,
maxBitrate
:
Int
?
,
maxFramerate
:
Int
?
)
Properties
max
Bitrate
Link copied to clipboard
@
SerializedName
(
value
=
"maxBitrate"
)
val
maxBitrate
:
Int
?
max
Framerate
Link copied to clipboard
@
SerializedName
(
value
=
"maxFramerate"
)
val
maxFramerate
:
Int
?
rid
Link copied to clipboard
@
SerializedName
(
value
=
"rid"
)
val
rid
:
String
?
scale
Resolution
Down
By
Link copied to clipboard
@
SerializedName
(
value
=
"scaleResolutionDownBy"
)
val
scaleResolutionDownBy
:
Float
?