Norsk class

The entrypoint for all Norsk Media applications

Signature:

export declare class Norsk

Example

const norsk = new Norsk();

Properties

Property Type Description

duplex

NorskDuplex

Implements the NorskDuplex interface

input

NorskInput

Implements the NorskInput interface

inspect

NorskInspect

Implements the NorskInspect interface

license

{ email: string; timeout?: number; expiry?: Timestamp; activeFeaturePacks: string[]; expiredFeaturePacks: string[]; }

Norsk license information

mediaStore

NorskMediaStore

Implements the NorskMediaStore interface

Nodes

MediaNodeState[]

All of the nodes created for this Norsk instance

output

NorskOutput

Implements the NorskOutput interface

PendingNodes

MediaNodeState[]

Nodes that are in the process of being created

processor

NorskProcessor

Implements the NorskProcessor interface

sdkVersion

string

Norsk SDK version information

settings

NorskSettings

/* The settings used to create this Norsk instance

system

NorskSystem

Implements the NorskSystem interface

version

Version

Norsk Runtime version information

Methods

Method Modifiers Description

close()

connect(settings)

static