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