VisioForge (c) 2025

Search Results for

    Class DVDMenuAttributes

    DVDMenuAttributes class.

    Inheritance
    object
    DVDMenuAttributes
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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