Class DVDMenuAttributes
DVDMenuAttributes class.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class DVDMenuAttributes
Properties
AudioAttributes
Gets or sets the audio attributes.
Declaration
public DVDAudioAttributes AudioAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDAudioAttributes |
AudioPresent
Gets or sets a value indicating whether audio present.
Declaration
public bool AudioPresent { get; set; }
Property Value
Type | Description |
---|---|
bool |
CompatibleRegion
Gets or sets compatible regisons.
Declaration
public bool[] CompatibleRegion { get; set; }
Property Value
Type | Description |
---|---|
bool[] |
SubpictureAttributes
Gets or sets the subpicture attributes.
Declaration
public DVDSubpictureAttributes SubpictureAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDSubpictureAttributes |
SubpicturePresent
Gets or sets a value indicating whether subpicture present.
Declaration
public bool SubpicturePresent { get; set; }
Property Value
Type | Description |
---|---|
bool |
VideoAttributes
Gets or sets the video attributes.
Declaration
public DVDVideoAttributes VideoAttributes { get; set; }
Property Value
Type | Description |
---|---|
DVDVideoAttributes |