VisioForge (c) 2025

Search Results for

    Class MPEG2Settings

    MPEG-2 settings.

    Inheritance
    object
    IBasicVideoSettings
    BasicVideoSettings
    MPEG2Settings
    Inherited Members
    IBasicVideoSettings.Width
    IBasicVideoSettings.Height
    IBasicVideoSettings.Letterbox
    IBasicVideoSettings.AspectRatioW
    IBasicVideoSettings.AspectRatioH
    IBasicVideoSettings.Bitrate
    IBasicVideoSettings.MaxBitrate
    IBasicVideoSettings.MinBitrate
    IBasicVideoSettings.Interlace
    IBasicVideoSettings.TVSystem
    IBasicVideoSettings.Encoder
    IBasicVideoSettings.BasicMode
    IBasicVideoSettings.Quality
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.FFMPEGEXE
    Assembly: VisioForge.Core.dll
    Syntax
    public class MPEG2Settings : BasicVideoSettings

    Properties

    BFrames

    Gets or sets B-frames count.

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

    GOPSize

    Gets or sets GOP size.

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