mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
19 lines
365 B
C#
19 lines
365 B
C#
|
// This file was generated by the Gtk# code generator.
|
||
|
// Any changes made will be lost if regenerated.
|
||
|
|
||
|
namespace Gst.App {
|
||
|
|
||
|
using System;
|
||
|
|
||
|
public delegate void PushBufferEventHandler(object o, PushBufferEventArgs args);
|
||
|
|
||
|
public class PushBufferEventArgs : GLib.SignalArgs {
|
||
|
public Gst.Buffer Buffer{
|
||
|
get {
|
||
|
return (Gst.Buffer) Args [0];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|