DJIMediaManagerDelegate

@protocol DJIMediaManagerDelegate <NSObject>

This protocol provides a delegate method to receive the updated video playback state of the media manager.

  • Updates the video playback state of the media manager. This update method will only be called when the media manager is playing a video.

    Declaration

    Objective-C

    - (void)manager:(nonnull DJIMediaManager *)manager
        didUpdateVideoPlaybackState:(nonnull DJIMediaVideoPlaybackState *)state;

    Parameters

    manager

    The media manager updates the playback state.

    state

    The playback state.