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

{ activeFeaturePacks: string[]; expiredFeaturePacks: string[]; }

Norsk license information

mediaStore

NorskMediaStore

Implements the NorskMediaStore interface

output

NorskOutput

Implements the NorskOutput interface

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