EOIStopMonitoringStreamInputs
Encapsulates inputs for the call to the EyesOnIt.StopMonitoringStream method.
Namespace: EyesOnItSDK.Data.Inputs
Properties
Name | Type | Description |
---|---|---|
StreamUrl | string | the 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
Name | Type | Description |
---|---|---|
streamUrl | string | the RTSP URL for the stream to remove |
Methods
This class has no methods