gstreamer/subprojects/gstreamer-sharp/ges/generated/GES/Constants.cs

36 lines
1.3 KiB
C#
Raw Normal View History

2018-01-29 18:56:49 +00:00
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace GES {
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
#region Autogenerated code
public partial class Constants {
2020-06-18 01:14:24 +00:00
public const long FRAME_NUMBER_NONE = 9223372036854775807;
2018-01-29 18:56:49 +00:00
public const string META_DESCRIPTION = @"description";
public const string META_FORMATTER_EXTENSION = @"extension";
public const string META_FORMATTER_MIMETYPE = @"mimetype";
public const string META_FORMATTER_NAME = @"name";
public const string META_FORMATTER_RANK = @"rank";
public const string META_FORMATTER_VERSION = @"version";
public const string META_FORMAT_VERSION = @"format-version";
2020-06-18 01:14:24 +00:00
public const string META_MARKER_COLOR = @"marker-color";
2018-01-29 18:56:49 +00:00
public const string META_VOLUME = @"volume";
public const double META_VOLUME_DEFAULT = 1.000000;
public const string MULTI_FILE_URI_PREFIX = @"multifile://";
public const int PADDING = 4;
public const int PADDING_LARGE = 20;
2019-04-19 01:00:33 +00:00
public const uint TIMELINE_ELEMENT_NO_LAYER_PRIORITY = 4294967295;
public const int VERSION_MAJOR = 1;
public const int VERSION_MICRO = 0;
public const int VERSION_MINOR = 19;
public const int VERSION_NANO = 1;
2018-01-29 18:56:49 +00:00
#endregion
}
}