Table of Contents

Class RtspGlobal

Namespace
VAST.RTSP
Assembly
VAST.RTSP.dll

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

string

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

RtpTransportType

Methods

Initialize()

Initializes the RTSP global settings. Call this method to ensure the static constructor has been invoked.

public static void Initialize()