Class: EOIAddStreamInputs
Request model used when calling the EyesOnIt C# SDK.
Namespace: EyesOnItSDK.API.Inputs
Inherits from: EOIBaseVideoInputs
Constructors
public EOIAddStreamInputs() : base()public EOIAddStreamInputs(string streamUrl, string name, int frameRate, EOIRegion[] regions, EOILine[] lines, EOINotification notification, EOIRecording recording, EOIEffects effects, bool indexForSearch, string[] searchIndexTypes) : base()
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
StreamUrl | stream_url | string | |
Notification | notification | EOINotification |
Events
This class does not expose any public events.
Methods
| Method | Returns | Notes |
|---|---|---|
public string ToJson() | string | Serializes this object with null values omitted. |
public static EOIAddStreamInputs FromJson(string jsonString) | EOIAddStreamInputs | Builds an instance from a JSON string. |