mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
4e31f2def5
With a few unnecessary gst_rtsp_stream_transport_* methods manually disabled to avoid compilation errors. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5961>
18 lines
407 B
C#
18 lines
407 B
C#
// This file was generated by the Gtk# code generator.
|
|
// Any changes made will be lost if regenerated.
|
|
|
|
namespace Gst.RtspServer {
|
|
|
|
using System;
|
|
|
|
public delegate void PreOptionsRequestHandler(object o, PreOptionsRequestArgs args);
|
|
|
|
public class PreOptionsRequestArgs : GLib.SignalArgs {
|
|
public Gst.RtspServer.RTSPContext Ctx{
|
|
get {
|
|
return (Gst.RtspServer.RTSPContext) Args [0];
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|