OnvifMediaFactory
Object Hierarchy:
Description:
[
CCode ( cname =
"GstRTSPOnvifMediaFactory" , lower_case_cprefix =
"gst_rtsp_onvif_media_factory_" , type_id =
"gst_rtsp_onvif_media_factory_get_type ()" ) ]
[
GIR ( name =
"RTSPOnvifMediaFactory" ) ]
[
Version ( since =
"1.14" ) ]
public class OnvifMediaFactory :
MediaFactory
Content:
Static methods:
Creation methods:
Methods:
- public uint get_backchannel_bandwidth ()
Get the configured/supported bandwidth of the ONVIF backchannel pipeline in
bits per second.
- public string? get_backchannel_launch ()
Get the gst_parse_launch
pipeline description that will be used
in the default prepare vmethod for generating the ONVIF backchannel pipeline.
- public virtual bool has_backchannel_support ()
Returns true if an ONVIF backchannel is
supported by the media factory.
- public bool has_replay_support ()
- public void set_backchannel_bandwidth (uint bandwidth)
Set the configured/supported bandwidth of the ONVIF backchannel pipeline in
bits per second.
- public void set_backchannel_launch (string? launch)
The gst_parse_launch
line to use for constructing the ONVIF
backchannel pipeline in the default prepare vmethod if requested by the client.
- public void set_replay_support (bool has_replay_support)
Set to true if ONVIF replay is supported
by the media factory.
Inherited Members:
All known members inherited from class Gst.RTSPServer.MediaFactory
All known members inherited from class GLib.Object