VisioForge (c) 2025

Search Results for

    Class DVDSubpictureAttributes

    Class DVDSubpictureAttributes.

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

    Properties

    CodingMode

    Gets or sets variable of type DVDSubPictureCoding that indicates how the subpicture graphics stream is encoded.

    Declaration
    public DVDSubPictureCoding CodingMode { get; set; }
    Property Value
    Type Description
    DVDSubPictureCoding

    Language

    Gets or sets the language.

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

    LanguageExtension

    Gets or sets variable of type DVDSubPictureLangExt that identifies the subpicture language extension if Type equals DVDSPTypeLanguage.

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

    LanguageID

    Gets or sets variable of type LCID that identifies the subpicture language if Type equals DVDSPTypeLanguage.

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

    Type

    Gets or sets variable of type DVDSubPictureType that indicates whether the subpicture contains language-related content.

    Declaration
    public DVDSubPictureType Type { get; set; }
    Property Value
    Type Description
    DVDSubPictureType