| 1 |  | 
| 2 | /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ | 
| 3 |  | 
| 4 | #pragma once | 
| 5 |  | 
| 6 |             #include <glib-object.h> | 
| 7 |             #include <gst/interfaces/photography-prelude.h> | 
| 8 |  | 
| 9 |             G_BEGIN_DECLS | 
| 10 |  | 
| 11 | /* enumerations from "photography.h" */ | 
| 12 |  | 
| 13 | GST_PHOTOGRAPHY_API | 
| 14 | GType gst_photography_noise_reduction_get_type (void); | 
| 15 | #define GST_TYPE_PHOTOGRAPHY_NOISE_REDUCTION (gst_photography_noise_reduction_get_type()) | 
| 16 |  | 
| 17 | GST_PHOTOGRAPHY_API | 
| 18 | GType gst_photography_white_balance_mode_get_type (void); | 
| 19 | #define GST_TYPE_PHOTOGRAPHY_WHITE_BALANCE_MODE (gst_photography_white_balance_mode_get_type()) | 
| 20 |  | 
| 21 | GST_PHOTOGRAPHY_API | 
| 22 | GType gst_photography_color_tone_mode_get_type (void); | 
| 23 | #define GST_TYPE_PHOTOGRAPHY_COLOR_TONE_MODE (gst_photography_color_tone_mode_get_type()) | 
| 24 |  | 
| 25 | GST_PHOTOGRAPHY_API | 
| 26 | GType gst_photography_scene_mode_get_type (void); | 
| 27 | #define GST_TYPE_PHOTOGRAPHY_SCENE_MODE (gst_photography_scene_mode_get_type()) | 
| 28 |  | 
| 29 | GST_PHOTOGRAPHY_API | 
| 30 | GType gst_photography_flash_mode_get_type (void); | 
| 31 | #define GST_TYPE_PHOTOGRAPHY_FLASH_MODE (gst_photography_flash_mode_get_type()) | 
| 32 |  | 
| 33 | GST_PHOTOGRAPHY_API | 
| 34 | GType gst_photography_focus_status_get_type (void); | 
| 35 | #define GST_TYPE_PHOTOGRAPHY_FOCUS_STATUS (gst_photography_focus_status_get_type()) | 
| 36 |  | 
| 37 | GST_PHOTOGRAPHY_API | 
| 38 | GType gst_photography_caps_get_type (void); | 
| 39 | #define GST_TYPE_PHOTOGRAPHY_CAPS (gst_photography_caps_get_type()) | 
| 40 |  | 
| 41 | GST_PHOTOGRAPHY_API | 
| 42 | GType gst_photography_shake_risk_get_type (void); | 
| 43 | #define GST_TYPE_PHOTOGRAPHY_SHAKE_RISK (gst_photography_shake_risk_get_type()) | 
| 44 |  | 
| 45 | GST_PHOTOGRAPHY_API | 
| 46 | GType gst_photography_flicker_reduction_mode_get_type (void); | 
| 47 | #define GST_TYPE_PHOTOGRAPHY_FLICKER_REDUCTION_MODE (gst_photography_flicker_reduction_mode_get_type()) | 
| 48 |  | 
| 49 | GST_PHOTOGRAPHY_API | 
| 50 | GType gst_photography_focus_mode_get_type (void); | 
| 51 | #define GST_TYPE_PHOTOGRAPHY_FOCUS_MODE (gst_photography_focus_mode_get_type()) | 
| 52 |  | 
| 53 | GST_PHOTOGRAPHY_API | 
| 54 | GType gst_photography_exposure_mode_get_type (void); | 
| 55 | #define GST_TYPE_PHOTOGRAPHY_EXPOSURE_MODE (gst_photography_exposure_mode_get_type()) | 
| 56 |  | 
| 57 | G_END_DECLS | 
| 58 |  | 
| 59 | /* Generated data ends here */ | 
| 60 |  | 
| 61 |  |