class GeneratedMediaFileInfo implements DJIValue, JNIProguardKeepTag, ByteStream |
Package: | dji.sdk.keyvalue.value.camera |
Information of media file.
MediaFileType getType() |
Package: | dji.sdk.keyvalue.value.camera |
To get media file type.
MediaFileType | Return media file type. |
Integer getIndex() |
Package: | dji.sdk.keyvalue.value.camera |
To get the index of media file. Unique identifier for the media file. You can use this identifier and MediaFile
to index more detailed media file information.
Integer | Return the index of media file. |
Long getFileSize() |
Package: | dji.sdk.keyvalue.value.camera |
To get the media file size. Unit: byte.
Long | Return the media file size. |
DateTime getCreateTime() |
Package: | dji.sdk.keyvalue.value.camera |
To get the generation time of the media file.
DateTime | Return the generation time of the media file. |
{{searchCount}} Results