Android SDK 100ms
lib
/
live.hms.video.media.settings
/
HMSVideoResolution
HMSVideo
Resolution
data
class
HMSVideoResolution
(
@
IntRange
(
from
=
1
)
var
width
:
Int
,
@
IntRange
(
from
=
1
)
var
height
:
Int
)
Constructors
Properties
Constructors
HMSVideo
Resolution
Link copied to clipboard
fun
HMSVideoResolution
(
@
IntRange
(
from
=
1
)
width
:
Int
,
@
IntRange
(
from
=
1
)
height
:
Int
)
Properties
height
Link copied to clipboard
var
height
:
Int
width
Link copied to clipboard
var
width
:
Int