class VideoResolution
Package: | dji.v5.manager.datacenter.livestream |
Description:
The resolution of live video stream.
Supported since MSDK 5.0.0
Class Members:
method getWidth
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the width of live stream video resolution.
Supported since MSDK 5.0.0
Return:
int | Return the width of live stream video resolution. |
method getHeight
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the height of live stream video resolution.
Supported since MSDK 5.0.0
Return:
int | Return the height of live stream video resolution. |