blob: b4132877b74156fc37004e07f2ac46f9c0cc327b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
/* 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. */
#pragma once
#include <glib-object.h>
#include <gst/interfaces/photography-prelude.h>
G_BEGIN_DECLS
/* enumerations from "photography.h" */
GST_PHOTOGRAPHY_API
GType gst_photography_noise_reduction_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_NOISE_REDUCTION (gst_photography_noise_reduction_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_white_balance_mode_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_WHITE_BALANCE_MODE (gst_photography_white_balance_mode_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_color_tone_mode_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_COLOR_TONE_MODE (gst_photography_color_tone_mode_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_scene_mode_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_SCENE_MODE (gst_photography_scene_mode_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_flash_mode_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_FLASH_MODE (gst_photography_flash_mode_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_focus_status_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_FOCUS_STATUS (gst_photography_focus_status_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_caps_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_CAPS (gst_photography_caps_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_shake_risk_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_SHAKE_RISK (gst_photography_shake_risk_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_flicker_reduction_mode_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_FLICKER_REDUCTION_MODE (gst_photography_flicker_reduction_mode_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_focus_mode_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_FOCUS_MODE (gst_photography_focus_mode_get_type())
GST_PHOTOGRAPHY_API
GType gst_photography_exposure_mode_get_type (void);
#define GST_TYPE_PHOTOGRAPHY_EXPOSURE_MODE (gst_photography_exposure_mode_get_type())
G_END_DECLS
/* Generated data ends here */
|