Skip to main content

EOIStreamInfo

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIStreamInfo

Class: EOIStreamInfo

Constructors

Constructor

new EOIStreamInfo(): EOIStreamInfo

Returns

EOIStreamInfo

Properties

stream_url

stream_url: string


stream_id

stream_id: string


name

name: string


frame_rate

frame_rate: number


index_for_search: boolean


search_index_types

search_index_types: string[]


status

status: string


regions

regions: EOIRegion[]


lines

lines: EOILine[]


notification

notification: EOINotification | undefined


recording

recording: EOIRecording | undefined

Methods

fromJsonObj()

static fromJsonObj(obj): EOIStreamInfo

Parameters

obj

any

Returns

EOIStreamInfo


initFromJson()

initFromJson(obj): void

Parameters

obj

any

Returns

void


isMonitoring()

isMonitoring(): boolean

Returns

boolean


isAlerting()

isAlerting(): boolean

Returns

boolean