Class DVDTitleInfo
Class DVDTitleInfo.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class DVDTitleInfo
Properties
MainAttributes
Gets or sets the main attributes.
Declaration
public DVDTitleAttributes MainAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDTitleAttributes |
MenuAttributes
Gets or sets the menu attributes.
Declaration
public DVDMenuAttributes MenuAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDMenuAttributes |
NumberOfChapters
Gets or sets the number of chapters.
Declaration
public int NumberOfChapters { get; set; }
Property Value
Type | Description |
---|---|
int |
ParentalLevel
Gets or sets the parental level.
Declaration
public DVDTitleInfoParentalLevel ParentalLevel { get; set; }
Property Value
Type | Description |
---|---|
DVDTitleInfoParentalLevel |
TimeCodeFlags
Gets or sets the time code flags.
Declaration
public ulong TimeCodeFlags { get; set; }
Property Value
Type | Description |
---|---|
ulong | The time code flags. |