• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/transcoder/transcoder-prelude.h>
8 
9             G_BEGIN_DECLS
10 
11 /* enumerations from "gsttranscoder.h" */
12 
13 GST_TRANSCODER_API
14 GType gst_transcoder_error_get_type (void);
15 #define GST_TYPE_TRANSCODER_ERROR (gst_transcoder_error_get_type())
16 
17 GST_TRANSCODER_API
18 GType gst_transcoder_state_get_type (void);
19 #define GST_TYPE_TRANSCODER_STATE (gst_transcoder_state_get_type())
20 
21 GST_TRANSCODER_API
22 GType gst_transcoder_message_get_type (void);
23 #define GST_TYPE_TRANSCODER_MESSAGE (gst_transcoder_message_get_type())
24 
25 G_END_DECLS
26 
27 /* Generated data ends here */
28 
29