Class RtspGlobal
Provides global RTSP configuration settings, constants, and utility methods.
public static class RtspGlobal
- Inheritance
-
RtspGlobal
- Inherited Members
Fields
OnvifGReplayExtensionAttribute
The ONVIF G Replay extension attribute name.
public static readonly string OnvifGReplayExtensionAttribute
Field Value
Properties
ForceRtpTransport
Gets or sets the forced RTP transport type. Setting this property reconfigures supported transports and media types.
public static RtpTransportType ForceRtpTransport { get; set; }
Property Value
Methods
Initialize()
Initializes the RTSP global settings. Call this method to ensure the static constructor has been invoked.
public static void Initialize()