| dji.sdk.Camera.DJICamera.CameraGeneratedNewMediaFileCallback |
Tells that a new media file (photo or video) is generated.
| 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. | ||||||||||
The input parameter,media, contains the media type, index, file size, and the created time of the media.
| media | The new media file. |
|---|