Skip to main content

EOIMonitorStreamInputs

Encapsulates inputs for the call to the EyesOnIt.MonitorStream method.

Namespace: EyesOnItSDK.Data.Inputs

Properties

NameTypeDescription
StreamUrlstringthe RTSP URL for the stream to start monitoring. This URL must exactly match the URL provided to the AddStream method
DurationSecondsint?an option parameter indicating the duration in seconds to monitor the stream. If null, the stream is monitored until monitoring is manually terminated by calling StopMonitoring or RemoveStream

Constructor

Supports simple construction of an EOIMonitorStreamInputs object.

Signature

Creates an EOIMonitorStreamInputs object from provided parameters.

public EOIMonitorStreamInputs(string streamUrl)

Parameters

NameTypeDescription
streamUrlstringthe RTSP URL for the stream to remove

Methods

This class has no methods