Class DVDMultichannelAudioAttributes
DVDMultichannelAudioAttributes class.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class DVDMultichannelAudioAttributes
Properties
Coeff
Gets or sets an array of eight DVDMUACoeff objects, which contain the mixing coefficients for each channel in the audio stream.
Declaration
public DVDMUACoeff[] Coeff { get; set; }
Property Value
Type | Description |
---|---|
DVDMUACoeff[] |
Info
Gets or sets an array of eight DVDMUAMixingInfo objects, which contain the mixing information for each channel in the audio stream.
Declaration
public DVDMUAMixingInfo[] Info { get; set; }
Property Value
Type | Description |
---|---|
DVDMUAMixingInfo[] |