libgphoto2 photo camera library (libgphoto2) Internals
2.5.26
|
File information of an audio file. More...
#include <gphoto2-filesys.h>
Data Fields | |
CameraFileInfoFields | fields |
Bitmask containing the set members. More... | |
CameraFileStatus | status |
Status of the preview file. More... | |
uint64_t | size |
Size of the audio file. More... | |
char | type [64] |
MIME type of the audio file. More... | |
File information of an audio file.
Contains information of an audio file with fields being set depending on the bitmask in the fields member.
Definition at line 128 of file gphoto2-filesys.h.
CameraFileInfoFields _CameraFileInfoAudio::fields |
Bitmask containing the set members.
Definition at line 129 of file gphoto2-filesys.h.
Referenced by gp_filesystem_set_info().
uint64_t _CameraFileInfoAudio::size |
Size of the audio file.
Definition at line 131 of file gphoto2-filesys.h.
CameraFileStatus _CameraFileInfoAudio::status |
Status of the preview file.
Definition at line 130 of file gphoto2-filesys.h.
char _CameraFileInfoAudio::type[64] |
MIME type of the audio file.
Definition at line 132 of file gphoto2-filesys.h.