gphoto2pp
A C++ Wrapper for libgphoto2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
camera_file_type_wrapper.hpp
Go to the documentation of this file.
1
25
#ifndef CAMERAFILETYPEWRAPPER_HPP
26
#define CAMERAFILETYPEWRAPPER_HPP
27
28
namespace
gphoto2pp
29
{
33
enum class
CameraFileTypeWrapper
: int
34
{
35
Preview = 0,
36
Normal = 1,
37
Raw = 2,
38
Audio = 3,
39
Exif = 4,
40
MetaData = 5
41
};
42
43
}
44
45
46
#endif // CAMERAFILETYPEWRAPPER_HPP
include
camera_file_type_wrapper.hpp
Generated on Wed May 7 2014 20:06:38 for gphoto2pp by
1.8.1.2