libgphoto2 photo camera library (libgphoto2) Internals
2.5.26
|
Data Fields | |
char | mime_type [64] |
char | name [MAX_PATH] |
int | ref_count |
time_t | mtime |
CameraFileAccessType | accesstype |
unsigned long | size |
unsigned char * | data |
unsigned long | offset |
int | fd |
CameraFileHandler * | handler |
void * | private |
The internals of the CameraFile struct are private.
Definition at line 55 of file gphoto2-file.c.
CameraFileAccessType _CameraFile::accesstype |
Definition at line 61 of file gphoto2-file.c.
unsigned char* _CameraFile::data |
Definition at line 65 of file gphoto2-file.c.
int _CameraFile::fd |
Definition at line 69 of file gphoto2-file.c.
CameraFileHandler* _CameraFile::handler |
Definition at line 72 of file gphoto2-file.c.
char _CameraFile::mime_type[64] |
Definition at line 56 of file gphoto2-file.c.
time_t _CameraFile::mtime |
Definition at line 59 of file gphoto2-file.c.
char _CameraFile::name[MAX_PATH] |
Definition at line 57 of file gphoto2-file.c.
unsigned long _CameraFile::offset |
Definition at line 66 of file gphoto2-file.c.
void* _CameraFile::private |
Definition at line 73 of file gphoto2-file.c.
int _CameraFile::ref_count |
Definition at line 58 of file gphoto2-file.c.
unsigned long _CameraFile::size |
Definition at line 64 of file gphoto2-file.c.