class IVideoFrame
@Deprecated interface IVideoFrame
|
| Package: | dji.v5.common.video.interfaces |
Description:
Video frame class.
Supported since MSDK 5.0.0
Class Members:
method getData
| Package: | dji.v5.common.video.interfaces |
Description:
Get the video data of current frame.
Return:
| byte[] | Return the video data of current frame. |
method getWidth
| Package: | dji.v5.common.video.interfaces |
Description:
Get the width of current frame.
Return:
| int | Return the width of video data. |
method getHeight
| Package: | dji.v5.common.video.interfaces |
Description:
Get the height of the current frame.
Return:
| int | Return the height of video data. |
method getFps
| Package: | dji.v5.common.video.interfaces |
Description:
Get the FPS of current frame.
Return:
| int | Return the FPS of video data. |
method getSeqNumber
| Package: | dji.v5.common.video.interfaces |
Description:
Get the sequence number of current frame.
Return:
| long | Return the sequence number of video data. |
method isIFrame
| Package: | dji.v5.common.video.interfaces |
Description:
Get the current frame is an I frame.
Return:
| boolean | Return whether the current frame is an I frame. |
method getPTS
| Package: | dji.v5.common.video.interfaces |
Description:
Get the timestamp (PTS) of the current frame.
Return:
| long | Return the timestamp (PTS) of the current frame. |