EOIRemoveStreamInputs
Encapsulates inputs for the call to the EyesOnIt.RemoveStream method.
Namespace: EyesOnItSDK.Data.Inputs
Properties
Name | Type | Description |
---|---|---|
StreamUrl | string | the RTSP URL for the stream that is being removed. This URL must exactly match the URL provided to the AddStream method |
Constructor
Supports simple construction of an EOIRemoveStreamInputs object.
Signature
Creates an EOIRemoveStreamInputs object from provided parameters.
public EOIRemoveStreamInputs(string streamUrl)
Parameters
Name | Type | Description |
---|---|---|
streamUrl | string | the RTSP URL for the stream that is being removed. This URL must exactly match the URL provided to the AddStream method |
Methods
This class has no methods