AudioEncodeSettings interface
Settings for an audio encode see: NorskTransform.audioEncode()
Signature:
export interface AudioEncodeSettings extends ProcessorNodeSettings<AudioEncodeNode>Extends: ProcessorNodeSettings<AudioEncodeNode>
Properties
| Property | Type | Description | 
|---|---|---|
| number | The target bitrate of this encode | |
| The channel layout of this encode Note: If the channel layout doesn’t match then it will be automatically converted to gain greater control over this process, see NorskTransform.audioMix() and NorskTransform.audioMixMatrix() | ||
| What codec to (re) encode the audio to | ||
| string | The name given to the rendition portion of the stream key assigned to this node’s output |