toggle menu
BlendVision Android Player SDK
androidJvm
switch theme
search in API
bv-playback
/
com.blendvision.player.playback.presentation.entity
/
Quality
/
Resolution
Resolution
data
class
Resolution
(
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Resolution
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Int
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Int
copy
Link copied to clipboard
fun
copy
(
width
:
Int
,
height
:
Int
)
:
Quality.Resolution