summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoDecoderRequestSyncPointFlags.cs
blob: 4547976bbf2bcd96cfbde3557266780ae05a730c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst.Video {

	using System;
	using System.Runtime.InteropServices;

#region Autogenerated code
	[Flags]
	public enum VideoDecoderRequestSyncPointFlags : uint {

		DiscardInput = 1,
		CorruptOutput = 2,
	}
#endregion
}