public unowned string get_preset ();
public unowned string get_preset_name ();
public Gst.Caps get_restriction ();
+ [Version (since = "1.18")]
public bool get_single_segment ();
public unowned string get_type_nick ();
public bool is_enabled ();
public void set_preset (string? preset);
public void set_preset_name (string? preset_name);
public void set_restriction (owned Gst.Caps? restriction);
+ [Version (since = "1.18")]
public void set_single_segment (bool single_segment);
[NoAccessorMethod]
public Gst.Caps restriction_caps { owned get; set; }
[NoAccessorMethod]
public bool drop_backlog { get; set; }
public Gst.RTSPServer.MountPoints mount_points { owned get; set; }
+ [NoAccessorMethod]
+ public int post_session_timeout { get; set; }
public Gst.RTSPServer.SessionPool session_pool { owned get; set; }
public virtual signal void announce_request (Gst.RTSPServer.Context ctx);
[Version (since = "1.6")]