Android SDK 100ms
lib
/
live.hms.video.sdk.models.role
/
VideoParams
Video
Params
data
class
VideoParams
(
val
bitRate
:
Int
,
val
codec
:
HMSVideoCodec
,
val
frameRate
:
Int
,
val
width
:
Int
,
val
height
:
Int
)
Constructors
Properties
Constructors
Video
Params
Link copied to clipboard
fun
VideoParams
(
bitRate
:
Int
,
codec
:
HMSVideoCodec
,
frameRate
:
Int
,
width
:
Int
,
height
:
Int
)
Properties
bit
Rate
Link copied to clipboard
@
SerializedName
(
value
=
"bitRate"
)
val
bitRate
:
Int
codec
Link copied to clipboard
@
SerializedName
(
value
=
"codec"
)
val
codec
:
HMSVideoCodec
frame
Rate
Link copied to clipboard
@
SerializedName
(
value
=
"frameRate"
)
val
frameRate
:
Int
height
Link copied to clipboard
@
SerializedName
(
value
=
"height"
)
val
height
:
Int
width
Link copied to clipboard
@
SerializedName
(
value
=
"width"
)
val
width
:
Int