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