summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video_VideoFormatPack.cs
blob: 6ed900d4baf63df372c6f9ee874e9f4e2b8e6c1f (plain)
1
2
3
4
5
6
7
8
9
10
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst.Video {

	using System;

	public delegate void VideoFormatPack(Gst.Video.VideoFormatInfo info, Gst.Video.VideoPackFlags flags, IntPtr src, int sstride, IntPtr data, int stride, Gst.Video.VideoChromaSite chroma_site, int y, int width);

}