stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.android.video.generated.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
)
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
?
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int