toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
org.openapitools.client.models
/
TargetResolution
Target
Resolution
data
class
TargetResolution
(
@
Json
(
name
=
"height"
)
val
height
:
Int
,
@
Json
(
name
=
"width"
)
val
width
:
Int
,
@
Json
(
name
=
"bitrate"
)
val
bitrate
:
Int
?
=
null
)
Parameters
height
width
bitrate
Members
Constructors
Target
Resolution
Link copied to clipboard
constructor
(
@
Json
(
name
=
"height"
)
height
:
Int
,
@
Json
(
name
=
"width"
)
width
:
Int
,
@
Json
(
name
=
"bitrate"
)
bitrate
:
Int
?
=
null
)
Properties
bitrate
Link copied to clipboard
val
bitrate
:
Int
?
=
null
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int