Skip to main content

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

PropertyJSON FieldTypeNotes
StreamUrlstream_urlstring
NotificationnotificationEOINotification

Events

This class does not expose any public events.

Methods

MethodReturnsNotes
public string ToJson()stringSerializes this object with null values omitted.
public static EOIAddStreamInputs FromJson(string jsonString)EOIAddStreamInputsBuilds an instance from a JSON string.