|
libgphoto2 photo camera library (libgphoto2) API 2.5.34
|
File information of a preview file. More...
#include <gphoto2-filesys.h>
Data Fields | |
| CameraFileInfoFields | fields |
| Bitmask containing the set members. | |
| CameraFileStatus | status |
| Status of the preview. | |
| uint64_t | size |
| Size of the preview. | |
| char | type [64] |
| MIME type of the preview. | |
| uint32_t | width |
| Width of the preview. | |
| uint32_t | height |
| Height of the preview. | |
File information of a preview file.
Contains information of a preview file with fields being set depending on the bitmask in the fields member.
| CameraFileInfoFields _CameraFileInfoPreview::fields |
Bitmask containing the set members.
Referenced by gp_camera_file_get_info(), and gp_filesystem_set_info().
| uint64_t _CameraFileInfoPreview::size |
Size of the preview.
Referenced by gp_camera_file_get_info().
| char _CameraFileInfoPreview::type[64] |
MIME type of the preview.
Referenced by gp_camera_file_get_info().