groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.stream
/
VideoFormat
/
AspectRatio
Aspect
Ratio
data
class
AspectRatio
(
val
width
:
ULong
,
val
height
:
ULong
)
Represents an aspect ratio.
Members
Constructors
Aspect
Ratio
Link copied to clipboard
constructor
(
width
:
ULong
,
height
:
ULong
)
Properties
height
Link copied to clipboard
val
height
:
ULong
aspect ratio height, without unit
width
Link copied to clipboard
val
width
:
ULong
aspect ratio width, without unit