Struct DVDAudioAttributes
DVDAudioAttributes class.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public struct DVDAudioAttributes
Properties
AppMode
Gets or sets the application mode.
Declaration
public DVDAudioAppMode AppMode { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| DVDAudioAppMode | The application mode. |
AppModeData
Gets or sets the application mode data.
Declaration
public byte AppModeData { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| byte | The application mode data. |
AudioFormat
Gets or sets the audio format.
Declaration
public DVDAudioFormat AudioFormat { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| DVDAudioFormat | The audio format. |
Frequency
Gets or sets the frequency.
Declaration
public int Frequency { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int | The frequency. |
HasMultichannelInfo
Gets or sets a value indicating whether this instance has multichannel information.
Declaration
public bool HasMultichannelInfo { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Language
Gets or sets the language.
Declaration
public string Language { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageExtension
Gets or sets the language extension.
Declaration
public DVDAudioLangExt LanguageExtension { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| DVDAudioLangExt | The language extension. |
LanguageID
Gets or sets language LCID.
Declaration
public int LanguageID { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
NumberOfChannels
Gets or sets the number of channels.
Declaration
public byte NumberOfChannels { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| byte | The number of channels. |
Quantization
Gets or sets the quantization.
Declaration
public byte Quantization { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| byte | The quantization. |