class LiveStreamStatus
Package: | dji.v5.manager.datacenter.livestream |
Description:
The live stream status is used to get the current FPS, bitrate, resolution, packet loss, and status.
Supported since MSDK 5.0.0
Class Members:
method isStreaming
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get whether the status is streaming.
Support since MSDK 5.0.0
Return:
boolean | Return whether the status is streaming. |
method getFps
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the FPS of live video streaming.
Supported since MSDK 5.0.0
Return:
int | Return the FPS of live video streaming. |
method getVbps
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the bit rate of live video streaming.
Supported since MSDK 5.0.0
Return:
int | Return the bit rate of live video streaming. |
method getResolution
VideoResolution getResolution()
|
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the resolution of live video streaming.
Supported since MSDK 5.0.0
Return:
VideoResolution | Return the resolution of live video streaming. |
method getPacketLoss
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the packet loss of live video streaming.
Supported since MSDK 5.0.0
Return:
int | Return the packet loss of live video streaming. |
method getPacketCacheLen
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the packet cache length of live video streaming.
Supported since MSDK 5.0.0
Return:
int | Return the packet cache length of live video streaming. |
method getRtt
Package: | dji.v5.manager.datacenter.livestream |
Description:
Get the latency of live video streaming.
Supported since MSDK 5.0.0
Return:
int | Return the latency of live video streaming. |