DJIPlaybackDelegate
@protocol DJIPlaybackDelegate <NSObject>
The protocol provides a delegate method to receive the updated state of the playback manager.
-
Updates the playback state of the camera. This update method will only be called when the camera’s work mode is set to
DJICameraModePlayback
.Declaration
Objective-C
- (void)playbackManager:(DJIPlaybackManager *_Nonnull)playbackManager didUpdatePlaybackState:(DJICameraPlaybackState *_Nonnull)playbackState;
Parameters
playbackState
The camera’s playback state.