VisioForge (c) 2025

Search Results for

    Class DVDInfo

    DVDInfo class.

    Inheritance
    object
    DVDInfo
    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 DVDInfo

    Constructors

    DVDInfo()

    Initializes a new instance of the DVDInfo class.

    Declaration
    public DVDInfo()

    Properties

    Audio_CurrentStream

    Gets or sets the audio current stream.

    Declaration
    public int Audio_CurrentStream { get; set; }
    Property Value
    Type Description
    int

    Audio_DefaultAudioLanguage

    Gets or sets the audio default audio language.

    Declaration
    public int Audio_DefaultAudioLanguage { get; set; }
    Property Value
    Type Description
    int

    Audio_DefaultAudioLanguageExt

    Gets or sets the audio default audio language ext.

    Declaration
    public DVDAudioLangExt Audio_DefaultAudioLanguageExt { get; set; }
    Property Value
    Type Description
    DVDAudioLangExt

    Audio_DefaultAudioLanguageS

    Gets or sets the audio default audio language s.

    Declaration
    public string Audio_DefaultAudioLanguageS { get; set; }
    Property Value
    Type Description
    string

    Audio_StreamsCount

    Gets or sets the audio streams count.

    Declaration
    public int Audio_StreamsCount { get; set; }
    Property Value
    Type Description
    int

    DecoderCaps

    Gets or sets the decoder caps.

    Declaration
    public DVDDecoderCaps DecoderCaps { get; set; }
    Property Value
    Type Description
    DVDDecoderCaps

    Disc_CountryCode

    Gets or sets the disc country code.

    Declaration
    public byte[] Disc_CountryCode { get; set; }
    Property Value
    Type Description
    byte[]

    Disc_CurrentUOPS

    Gets or sets the disc current UOPS.

    Declaration
    public DVDValidUOPFlag Disc_CurrentUOPS { get; set; }
    Property Value
    Type Description
    DVDValidUOPFlag

    Disc_DVD_Side

    Gets or sets the disc DVD side.

    Declaration
    public DVDDiscSide Disc_DVD_Side { get; set; }
    Property Value
    Type Description
    DVDDiscSide

    Disc_GPRMs

    Gets or sets the disc GPRms.

    Declaration
    public DVDGPRMArray Disc_GPRMs { get; set; }
    Property Value
    Type Description
    DVDGPRMArray

    Disc_ID

    Gets or sets the disc identifier.

    Declaration
    public long Disc_ID { get; set; }
    Property Value
    Type Description
    long

    Disc_NumOfTitles

    Gets or sets the disc number of titles.

    Declaration
    public int Disc_NumOfTitles { get; set; }
    Property Value
    Type Description
    int

    Disc_NumOfVolumes

    Gets or sets the disc number of volumes.

    Declaration
    public int Disc_NumOfVolumes { get; set; }
    Property Value
    Type Description
    int

    Disc_SPRMs

    Gets or sets the disc SPRMs.

    Declaration
    public DVDSPRMArray Disc_SPRMs { get; set; }
    Property Value
    Type Description
    DVDSPRMArray

    Disc_Volume

    Gets or sets the disc volume.

    Declaration
    public int Disc_Volume { get; set; }
    Property Value
    Type Description
    int

    Menu_DefaultLanguage

    Gets or sets the menu default language.

    Declaration
    public int Menu_DefaultLanguage { get; set; }
    Property Value
    Type Description
    int

    Menu_DefaultLanguageS

    Gets or sets the menu default language s.

    Declaration
    public string Menu_DefaultLanguageS { get; set; }
    Property Value
    Type Description
    string

    The menu default language s.

    Menu_Languages

    Gets or sets the menu languages.

    Declaration
    public List<string> Menu_Languages { get; set; }
    Property Value
    Type Description
    List<string>

    The menu languages.

    Menu_VMG_Attributes

    Gets or sets the menu VMG attributes.

    Declaration
    public DVDMenuAttributes Menu_VMG_Attributes { get; set; }
    Property Value
    Type Description
    DVDMenuAttributes

    ParentalLevel

    Gets or sets the parental level.

    Declaration
    public int ParentalLevel { get; set; }
    Property Value
    Type Description
    int

    Subpicture_CurrentStream

    Gets or sets the subpicture current stream.

    Declaration
    public int Subpicture_CurrentStream { get; set; }
    Property Value
    Type Description
    int

    Subpicture_DefaultLanguage

    Gets or sets the subpicture default language.

    Declaration
    public int Subpicture_DefaultLanguage { get; set; }
    Property Value
    Type Description
    int

    Subpicture_DefaultLanguageExt

    Gets or sets the subpicture default language ext.

    Declaration
    public DVDSubPictureLangExt Subpicture_DefaultLanguageExt { get; set; }
    Property Value
    Type Description
    DVDSubPictureLangExt

    Subpicture_DefaultLanguageS

    Gets or sets the subpicture default language s.

    Declaration
    public string Subpicture_DefaultLanguageS { get; set; }
    Property Value
    Type Description
    string

    The subpicture default language s.

    Subpicture_Enabled

    Gets or sets a value indicating whether [subpicture enabled].

    Declaration
    public bool Subpicture_Enabled { get; set; }
    Property Value
    Type Description
    bool

    true if [subpicture enabled]; otherwise, false.

    Subpicture_StreamsCount

    Gets or sets the subpicture streams count.

    Declaration
    public int Subpicture_StreamsCount { get; set; }
    Property Value
    Type Description
    int

    Titles

    Gets or sets the titles.

    Declaration
    public List<DVDTitleInfo> Titles { get; set; }
    Property Value
    Type Description
    List<DVDTitleInfo>

    The titles.