groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.stream
/
VideoFormat
/
Resolution
Resolution
data
class
Resolution
(
val
width
:
ULong
,
val
height
:
ULong
)
Represents a video resolution.
Members
Constructors
Resolution
Link copied to clipboard
constructor
(
width
:
ULong
,
height
:
ULong
)
Properties
height
Link copied to clipboard
val
height
:
ULong
height in pixels
width
Link copied to clipboard
val
width
:
ULong
width in pixels