Update
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// 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 VideoCodecFrameFlags : uint {
|
||||
|
||||
DecodeOnly = 1,
|
||||
SyncPoint = 2,
|
||||
ForceKeyframe = 4,
|
||||
ForceKeyframeHeaders = 8,
|
||||
Corrupted = 16,
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user