gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
camera_capture_type_wrapper.hpp
Go to the documentation of this file.
1 
25 #ifndef CAMERACAPTURETYPEWRAPPER_HPP
26 #define CAMERACAPTURETYPEWRAPPER_HPP
27 
28 namespace gphoto2pp
29 {
33  enum class CameraCaptureTypeWrapper : int
34  {
35  Image = 0,
36  Movie = 1,
37  Sound = 2,
38  };
39 }
40 
41 #endif // CAMERACAPTURETYPEWRAPPER_HPP