libgphoto2 photo camera library (libgphoto2) Internals  2.5.26
_CameraFileInfoAudio Struct Reference

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

Detailed Description

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.

Field Documentation

◆ fields

CameraFileInfoFields _CameraFileInfoAudio::fields

Bitmask containing the set members.

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

Referenced by gp_filesystem_set_info().

◆ size

uint64_t _CameraFileInfoAudio::size

Size of the audio file.

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

◆ status

CameraFileStatus _CameraFileInfoAudio::status

Status of the preview file.

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

◆ type

char _CameraFileInfoAudio::type[64]

MIME type of the audio file.

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


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