VisioForge (c) 2025

Search Results for

    Class DVDVideoAttributes

    Class DVDVideoAttributes.

    Inheritance
    object
    DVDVideoAttributes
    DVDVideoStream
    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 DVDVideoAttributes

    Properties

    AspectRatio

    Gets or sets the aspect ratio (W:H).

    Declaration
    public Tuple<int, int> AspectRatio { get; set; }
    Property Value
    Type Description
    Tuple<int, int>

    Compression

    Gets or sets the video compression.

    Declaration
    public DVDVideoStreamCompression Compression { get; set; }
    Property Value
    Type Description
    DVDVideoStreamCompression

    FrameHeight

    Gets or sets the frame height (in lines).

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

    FrameRate

    Gets or sets the frame rate.

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

    IsFilmMode

    Gets or sets a value indicating whether for 625/50 Hz systems, TRUE means "film mode" and FALSE means "camera mode.".

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

    IsSourceLetterboxed

    Gets or sets a value indicating whether the source video is in letterbox format. Subpictures and menu buttons can only be displayed in the active video area.

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

    LetterboxPermitted

    Gets or sets a value indicating whether the picture can be shown as letterbox if the display aspect ratio is 4 x 3.

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

    Line21Field1InGOP

    Gets or sets a value indicating whether there is user data in line 21, field 1.

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

    Line21Field2InGOP

    Gets or sets a value indicating whether there is user data in line 21, field 2.

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

    PanscanPermitted

    Gets or sets a value indicating whether the picture can be shown as pan-scan if the display aspect ratio is 4 x 3.

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

    SourceResolutionX

    Gets or sets the x-axis source resolution (352, 704, or 720).

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

    SourceResolutionY

    Gets or sets the y-axis source resolution (240, 480, 288, or 576).

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