Back to development
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst.PbUtils / Constants.cs
1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
3
4 namespace Gst.PbUtils {
5
6         using System;
7         using System.Collections;
8         using System.Collections.Generic;
9         using System.Runtime.InteropServices;
10
11 #region Autogenerated code
12         public partial class Constants {
13
14                 public const string ENCODING_CATEGORY_CAPTURE = @"capture";
15                 public const string ENCODING_CATEGORY_DEVICE = @"device";
16                 public const string ENCODING_CATEGORY_FILE_EXTENSION = @"file-extension";
17                 public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service";
18                 public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
19                 public const int PLUGINS_BASE_VERSION_MAJOR = 1;
20                 public const int PLUGINS_BASE_VERSION_MICRO = 5;
21                 public const int PLUGINS_BASE_VERSION_MINOR = 22;
22                 public const int PLUGINS_BASE_VERSION_NANO = 1;
23 #endregion
24         }
25 }