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