public static interface

DJIPlaybackManager.DJICameraPlayBackStateCallBack

dji.sdk.Camera.DJIPlaybackManager.DJICameraPlayBackStateCallBack

Class Overview

The interface provides the method to receive the updated state of the playback manager.

Summary

Public Methods
abstract void onResult(DJIPlaybackManager.DJICameraPlaybackState state)
Invoked with execution result when the asynchronous call completes.

Public Methods

public abstract void onResult (DJIPlaybackManager.DJICameraPlaybackState state)

Invoked with execution result when the asynchronous call completes. Please override to handle in your own code.

Parameters
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.