summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoFormatUnpack.cs
blob: 8236ff32410db514f527c4015ae8354c5f46ea1d (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 VideoFormatUnpack(Gst.Video.VideoFormatInfo info, Gst.Video.VideoPackFlags flags, IntPtr dest, IntPtr data, int stride, int x, int y, int width);

}