toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-player-interface
/
com.quickplay.vstb7.player.info.playback
/
VideoResolution
Video
Resolution
data
class
VideoResolution
(
val
width
:
Int
=
DEFAULT_INT_VAL
,
val
height
:
Int
=
DEFAULT_INT_VAL
)
:
Parcelable
Members
Constructors
Video
Resolution
Link copied to clipboard
constructor
(
parcel
:
Parcel
)
constructor
(
width
:
Int
=
DEFAULT_INT_VAL
,
height
:
Int
=
DEFAULT_INT_VAL
)
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
VideoResolution
>
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)