NorskControl interface

Methods that allow you to control and monitor media streams

Signature:

export interface NorskControl

Methods

Method Description

audioMeasureLevels(settings)

Monitor the volume of an audio stream

streamStatistics(settings)

Record statistical information about media streams, including bitrate, frame rate, and number of keyframes, measured over some configurable sampling windows.

Corresponding settings are found on many input and output nodes.

streamSwitchHard(settings)

Switch between multiple input sources via a hard cut. May be used to switch between sources of possibly different configurations or without decoding.

streamSwitchSmooth(settings)

Switch between multiple input sources without interruption, via a transition.