mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 18:25:22 +00:00
Making it cleaner and simpler to navigate and removing previous ugly and now useless hack where we were renaming files ourself to make meson happy.
28 lines
961 B
C#
28 lines
961 B
C#
// 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 {
|
|
|
|
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";
|
|
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;
|
|
#endregion
|
|
}
|
|
}
|