dji.sdk.Camera.DJIPlaybackManager.DJICameraPlayBackStateCallBack |
The interface provides the method to receive the updated state of the playback manager.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onResult(DJIPlaybackManager.DJICameraPlaybackState state) Invoked with execution result when the asynchronous call completes. |
Invoked with execution result when the asynchronous call completes. Please override to handle in your own code.
state | Contains the state information when the camera in the playback state, such as numbers of photos in the SD card,numbers of videos in the SD card and the media file type. |
---|