libgphoto2 photo camera library (libgphoto2) Internals  2.5.23
_CameraFileInfoPreview Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ fields

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().

◆ height

uint32_t _CameraFileInfoPreview::height

Height of the preview.

Definition at line 119 of file gphoto2-filesys.h.

◆ size

uint64_t _CameraFileInfoPreview::size

Size of the preview.

Definition at line 115 of file gphoto2-filesys.h.

Referenced by gp_camera_file_get_info().

◆ status

CameraFileStatus _CameraFileInfoPreview::status

Status of the preview.

Definition at line 114 of file gphoto2-filesys.h.

◆ type

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().

◆ width

uint32_t _CameraFileInfoPreview::width

Width of the preview.

Definition at line 118 of file gphoto2-filesys.h.


The documentation for this struct was generated from the following file: