Skip to main content

Class: EOIStreamInfo

Public element model used in EyesOnIt requests, responses, or configuration.

Namespace: EyesOnItSDK.API.Elements

Constructors

This class does not expose a public constructor.

Properties

PropertyJSON FieldTypeNotes
StreamUrlstream_urlstring
StreamIdstream_idstring
Namenamestring
FrameRateframe_rateint?
IndexForSearchindex_for_searchbool
SearchIndexTypessearch_index_typesstring[]
Statusstatusstring
RegionsregionsEOIRegion[]
LineslinesEOILine[]
NotificationnotificationEOINotification
RecordingrecordingEOIRecording
IsMonitoringboolReturns true when Status is MONITORING or ALERTING.
IsAlertingboolReturns true when Status is ALERTING.

Events

This class does not expose any public events.

Methods

MethodReturnsNotes
public static List<EOIStreamInfo> FromJson(string jsonString)List<EOIStreamInfo>Builds an instance from a JSON string.
public string ToJson()stringSerializes this object with null values omitted.