EOIGetPreviewFrameInputs
Encapsulates inputs for the call to the EyesOnIt.GetPreviewVideoFrame method.
Namespace: EyesOnItSDK.Data.Inputs
Properties
Name | Type | Description |
---|---|---|
StreamUrl | string | the RTSP URL of the stream from which to get a video frame. The stream should be one that has not been added to EyesOnIt. |
Constructor
Supports simple construction of an EOIGetPreviewFrameInputs object.
Signature
Creates an EOIGetPreviewFrameInputs object from provided parameters.
public EOIGetPreviewFrameInputs(string streamUrl)
Parameters
Name | Type | Description |
---|---|---|
streamUrl | string | the RTSP URL of the stream from which to get a video frame. The stream should be one that has not been added to EyesOnIt. |
Methods
This class has no methods