public static interface

DJICamera.CameraGeneratedNewMediaFileCallback

dji.sdk.Camera.DJICamera.CameraGeneratedNewMediaFileCallback

Class Overview

Tells that a new media file (photo or video) is generated.

Summary

Public Methods
abstract void onResult(DJIMedia media)
The input parameter,media, contains the media type, index, file size, and the created time of the media.

Public Methods

public abstract void onResult (DJIMedia media)

The input parameter,media, contains the media type, index, file size, and the created time of the media.

Parameters
media The new media file.