DJIMediaVideoPlaybackState
@interface DJIMediaVideoPlaybackState : NSObject
The playback state of the media manager.
-
The video media file that is playing.
Declaration
Objective-C
@property (readonly, nonatomic) DJIMedia *_Nonnull playingMedia;
-
The status of the playback (e.g. playing or paused).
Declaration
Objective-C
@property (readonly, nonatomic) DJIMediaVideoPlaybackStatus playbackStatus;
-
The playing position in seconds.
Declaration
Objective-C
@property (readonly, nonatomic) float playingPosition;