summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Rtsp/IRTSPExtension.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Rtsp/IRTSPExtension.cs')
-rw-r--r--sources/generated/Gst.Rtsp/IRTSPExtension.cs38
1 files changed, 38 insertions, 0 deletions
diff --git a/sources/generated/Gst.Rtsp/IRTSPExtension.cs b/sources/generated/Gst.Rtsp/IRTSPExtension.cs
new file mode 100644
index 0000000..e8f7815
--- /dev/null
+++ b/sources/generated/Gst.Rtsp/IRTSPExtension.cs
@@ -0,0 +1,38 @@
+// This file was generated by the Gtk# code generator.
+// Any changes made will be lost if regenerated.
+
+namespace Gst.Rtsp {
+
+ using System;
+
+#region Autogenerated code
+ public partial interface IRTSPExtension : GLib.IWrapper {
+
+ event Gst.Rtsp.SendEventHandler SendEvent;
+ Gst.Rtsp.RTSPResult AfterSend(Gst.Rtsp.RTSPMessage req, Gst.Rtsp.RTSPMessage resp);
+ Gst.Rtsp.RTSPResult BeforeSend(Gst.Rtsp.RTSPMessage req);
+ bool ConfigureStream(Gst.Caps caps);
+ bool DetectServer(Gst.Rtsp.RTSPMessage resp);
+ Gst.Rtsp.RTSPResult GetTransports(Gst.Rtsp.RTSPLowerTrans protocols, string transport);
+ Gst.Rtsp.RTSPResult ParseSdp(Gst.Sdp.SDPMessage sdp, Gst.Structure s);
+ Gst.Rtsp.RTSPResult ReceiveRequest(Gst.Rtsp.RTSPMessage req);
+ Gst.Rtsp.RTSPResult Send(Gst.Rtsp.RTSPMessage req, Gst.Rtsp.RTSPMessage resp);
+ Gst.Rtsp.RTSPResult SetupMedia(Gst.Sdp.SDPMedia media);
+ Gst.Rtsp.RTSPResult StreamSelect(Gst.Rtsp.RTSPUrl url);
+ }
+
+ [GLib.GInterface (typeof (RTSPExtensionAdapter))]
+ public partial interface IRTSPExtensionImplementor : GLib.IWrapper {
+
+ bool DetectServer (Gst.Rtsp.RTSPMessage resp);
+ Gst.Rtsp.RTSPResult BeforeSend (Gst.Rtsp.RTSPMessage req);
+ Gst.Rtsp.RTSPResult AfterSend (Gst.Rtsp.RTSPMessage req, Gst.Rtsp.RTSPMessage resp);
+ Gst.Rtsp.RTSPResult ParseSdp (Gst.Sdp.SDPMessage sdp, Gst.Structure s);
+ Gst.Rtsp.RTSPResult SetupMedia (Gst.Sdp.SDPMedia media);
+ bool ConfigureStream (Gst.Caps caps);
+ Gst.Rtsp.RTSPResult GetTransports (Gst.Rtsp.RTSPLowerTrans protocols, string transport);
+ Gst.Rtsp.RTSPResult StreamSelect (Gst.Rtsp.RTSPUrl url);
+ Gst.Rtsp.RTSPResult ReceiveRequest (Gst.Rtsp.RTSPMessage req);
+ }
+#endregion
+}