EOIMonitorStreamInputs
Encapsulates inputs for the call to the EyesOnIt.MonitorStream method.
Namespace: EyesOnItSDK.Data.Inputs
Properties
Name | Type | Description |
---|---|---|
StreamUrl | string | the RTSP URL for the stream to start monitoring. This URL must exactly match the URL provided to the AddStream method |
DurationSeconds | int? | 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
Name | Type | Description |
---|---|---|
streamUrl | string | the RTSP URL for the stream to remove |
Methods
This class has no methods