Class DVDTitleAttributes
VFDVDTitleAttributes class.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class DVDTitleAttributes
Properties
AppMode
Gets or sets a variable of type DVDTitleAppMode indicating whether the Navigator is in karaoke mode.
Declaration
public DVDTitleAppMode AppMode { get; set; }
Property Value
Type | Description |
---|---|
DVDTitleAppMode |
AudioAttributes
Gets or sets an array of DVDAudioAttributes objects containing information about each available audio stream in the current title.
Declaration
public DVDAudioAttributes[] AudioAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDAudioAttributes[] |
MultichannelAudioAttributes
Gets or sets an array of DVDMultichannelAudioAttributes class.
Declaration
public DVDMultichannelAudioAttributes[] MultichannelAudioAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDMultichannelAudioAttributes[] |
NumberOfAudioStreams
Gets or sets the number of audio streams available in the title.
Declaration
public int NumberOfAudioStreams { get; set; }
Property Value
Type | Description |
---|---|
int |
NumberOfSubpictureStreams
Gets or sets the number of subpicture streams available in the title.
Declaration
public int NumberOfSubpictureStreams { get; set; }
Property Value
Type | Description |
---|---|
int |
SubpictureAttributes
Gets or sets an array of DVDSubpictureAttributes classes that contain information about each available subpicture stream in the title.
Declaration
public DVDSubpictureAttributes[] SubpictureAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDSubpictureAttributes[] |
VideoAttributes
Gets or sets a DVDVideoAttributes class containing information about the "main" video of the current menu or title.
Declaration
public DVDVideoAttributes VideoAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDVideoAttributes |