Skip to main content

EOIStopMonitoringStreamInputs

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

Namespace: EyesOnItSDK.Data.Inputs

Properties

NameTypeDescription
StreamUrlstringthe RTSP URL for the stream to stop monitoring. This URL must exactly match the URL provided to the AddStream method

Constructor

Supports simple construction of an EOIStopMonitoringStreamInputs object.

Signature

Creates an EOIStopMonitoringStreamInputs object from provided parameters.

public EOIStopMonitoringStreamInputs(string streamUrl)

Parameters

NameTypeDescription
streamUrlstringthe RTSP URL for the stream to remove

Methods

This class has no methods