static class VideoPlaybackState |
| Package: | dji.sdk.media |
The playback state of the media manager.
MediaFile getPlayingMediaFile() |
| Package: | dji.sdk.media |
The video media file that is playing.
| MediaFile | An instance of MediaFile. |
VideoPlaybackStatus getPlaybackStatus() |
| Package: | dji.sdk.media |
The status of the playback (e.g. playing or paused).
| VideoPlaybackStatus | An Enum value of VideoPlaybackStatus. |
float getPlayingPosition() |
| Package: | dji.sdk.media |
The playing position in seconds.
| float | A float value of the playing position in seconds. |
enum VideoPlaybackStatus |
| Package: | dji.sdk.media |
The playback status.
| STOPPED | The playback is stopped. No media is playing. |
| PLAYING | The media manager is playing a video. |
| PAUSED | The playing video is paused. |
| UNKNOWN | The playing video is unknown. |
{{searchCount}} Results