Table of Contents

Class AudioProcessing

Namespace
VAST.Image.Mixing
Assembly
VAST.Image.dll

Defines audio processing configuration including transcoding settings, mixing rules, and output track specifications.

public class AudioProcessing
Inheritance
AudioProcessing
Inherited Members

Constructors

AudioProcessing()

public AudioProcessing()

Properties

Discard

Gets or sets whether audio should be discarded from the output.

public bool Discard { get; set; }

Property Value

bool

Mixing

Gets or sets the common mixing settings applied to all audio tracks.

public AudioMixing Mixing { get; set; }

Property Value

AudioMixing

Tracks

Gets or sets the list of audio track configurations for the output.

public List<AudioTrack> Tracks { get; set; }

Property Value

List<AudioTrack>

Transcoding

Gets or sets whether audio transcoding is enabled.

public bool Transcoding { get; set; }

Property Value

bool