AudioBuildMultichannelSettings interface
Settings for an Audio Build Multichannel Node see: NorskTransform.audioBuildMultichannel()
Signature:
export interface AudioBuildMultichannelSettings extends ProcessorNodeSettings<AudioBuildMultichannelNode>
Properties
Property | Type | Description |
---|---|---|
The channel layout of the built outgoing stream |
||
readonly StreamKey[] |
Stream keys specifying the source for each channel, where the order is significant. The streams must all have the same sample format and sample rate. |
|
"enabled" | "minimal" | "none" |
(Optional) |
|
(Optional) Callback invoked when the inbound context changes a new channel list can be returned here that overrides the initial configuration and allows the channel order to be changed at runtime |
||
The stream key to use for the outging stream |
||
(Optional) The sample format of the built outgoing stream (Defaults to FLTP) |
||
The sample rate of the built outgoing stream |