[CCode (cheader_filename = "gst/gst.h", cname = "GST_PROTECTION_SYSTEM_ID_CAPS_FIELD")]
[Version (since = "1.6")]
public const string PROTECTION_SYSTEM_ID_CAPS_FIELD;
+ [CCode (cheader_filename = "gst/gst.h", cname = "GST_PROTECTION_UNSPECIFIED_SYSTEM_ID")]
+ [Version (since = "1.16")]
+ public const string PROTECTION_UNSPECIFIED_SYSTEM_ID;
[CCode (cheader_filename = "gst/gst.h", cname = "GST_PTR_FORMAT")]
public const string PTR_FORMAT;
[CCode (cheader_filename = "gst/gst.h", cname = "GST_QUERY_NUM_SHIFT")]
[NoWrapper]
public virtual bool handle_message (Gst.Message message);
public virtual bool handle_sdp (Gst.SDP.Message sdp);
+ public bool is_bind_mcast_address ();
public bool is_eos_shutdown ();
public bool is_reusable ();
public bool is_shared ();
public bool seek_full (Gst.RTSP.TimeRange range, Gst.SeekFlags flags);
public Gst.ClockTimeDiff seekable ();
public void set_address_pool (Gst.RTSPServer.AddressPool? pool);
+ public void set_bind_mcast_address (bool bind_mcast_addr);
public void set_buffer_size (uint size);
public void set_clock (Gst.Clock? clock);
[Version (since = "1.16")]
public virtual bool unprepare ();
public virtual bool unsuspend ();
public void use_time_provider (bool time_provider);
+ [NoAccessorMethod]
+ public bool bind_mcast_address { get; set; }
public uint buffer_size { get; set; }
public Gst.Clock clock { owned get; set; }
public Gst.Element element { owned get; construct; }
public Gst.ClockTime get_retransmission_time ();
public Gst.RTSPServer.SuspendMode get_suspend_mode ();
public Gst.RTSPServer.TransportMode get_transport_mode ();
+ public bool is_bind_mcast_address ();
public bool is_eos_shutdown ();
public bool is_shared ();
public bool is_stop_on_disonnect ();
public void set_address_pool (Gst.RTSPServer.AddressPool? pool);
+ public void set_bind_mcast_address (bool bind_mcast_addr);
public void set_buffer_size (uint size);
[Version (since = "1.8")]
public void set_clock (Gst.Clock? clock);
public void set_stop_on_disconnect (bool stop_on_disconnect);
public void set_suspend_mode (Gst.RTSPServer.SuspendMode mode);
public void set_transport_mode (Gst.RTSPServer.TransportMode mode);
+ [NoAccessorMethod]
+ public bool bind_mcast_address { get; set; }
public uint buffer_size { get; set; }
public Gst.Clock clock { owned get; set; }
[NoAccessorMethod]
[Version (since = "1.16")]
public bool handle_keymgmt (string keymgmt);
public bool has_control (string? control);
+ public bool is_bind_mcast_address ();
public bool is_blocking ();
public bool is_client_side ();
public bool is_complete ();
public Gst.RTSPServer.Address? reserve_address (string address, uint port, uint n_ports, uint ttl);
public bool seekable ();
public void set_address_pool (Gst.RTSPServer.AddressPool? pool);
+ public void set_bind_mcast_address (bool bind_mcast_addr);
public bool set_blocked (bool blocked);
[Version (since = "1.6")]
public void set_buffer_size (uint size);
[CCode (cheader_filename = "gst/video/video.h", cname = "gst_buffer_add_video_meta")]
public static unowned Gst.Video.Meta? buffer_add_video_meta (Gst.Buffer buffer, Gst.Video.FrameFlags flags, Gst.Video.Format format, uint width, uint height);
[CCode (cheader_filename = "gst/video/video.h", cname = "gst_buffer_add_video_meta_full")]
- public static unowned Gst.Video.Meta? buffer_add_video_meta_full (Gst.Buffer buffer, Gst.Video.FrameFlags flags, Gst.Video.Format format, uint width, uint height, uint n_planes, size_t offset, int stride);
+ public static unowned Gst.Video.Meta? buffer_add_video_meta_full (Gst.Buffer buffer, Gst.Video.FrameFlags flags, Gst.Video.Format format, uint width, uint height, uint n_planes, [CCode (array_length = false)] size_t offset[4], [CCode (array_length = false)] int stride[4]);
[CCode (cheader_filename = "gst/video/video.h", cname = "gst_buffer_add_video_overlay_composition_meta")]
public static unowned Gst.Video.OverlayCompositionMeta? buffer_add_video_overlay_composition_meta (Gst.Buffer buf, Gst.Video.OverlayComposition? comp);
[CCode (cheader_filename = "gst/video/video.h", cname = "gst_buffer_add_video_region_of_interest_meta")]