interface Callback |
Package: | dji.sdk.media |
Callback that is called when the scheduler finishes downloading content for a fetch media file task. If multiple content types are defined for a file, this completion block will be called at the completion of each content type being downloaded. The order content types will be downloaded in is first THUMBNAIL
, then PREVIEW
.
void onUpdate(MediaFile file, FetchMediaTaskContent option, DJIError error) |
Package: | dji.sdk.media |
Called each time the scheduler finishes downloading content.
MediaFile file | file to execute task on. |
FetchMediaTaskContent option | An enum value of FetchMediaTaskContent . |
DJIError error | Error retrieving the value. |
{{searchCount}} Results