mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
23 lines
480 B
C#
23 lines
480 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.Runtime.InteropServices;
|
|
|
|
#region Autogenerated code
|
|
public enum Error {
|
|
|
|
AssetWrongId = 0,
|
|
AssetLoading = 1,
|
|
FormatterMalformedInputFile = 2,
|
|
InvalidFrameNumber = 3,
|
|
NegativeLayer = 4,
|
|
NegativeTime = 5,
|
|
NotEnoughInternalContent = 6,
|
|
InvalidOverlapInTrack = 7,
|
|
InvalidEffectBinDescription = 8,
|
|
}
|
|
#endregion
|
|
}
|