VisioForge (c) 2025

Search Results for

    Class CommonMFSettings

    Common Media Foundation encoders settings.

    Inheritance
    object
    IBasicVideoSettings
    BasicVideoSettings
    CommonMFSettings
    H264MFSettings
    HEVCMFSettings
    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 CommonMFSettings : BasicVideoSettings

    Properties

    ForceHWEncoding

    Gets or sets a value indicating whether hardware encoding usage will be used and forced.

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

    RateControl

    Gets or sets rate control.

    Declaration
    public H264MFRateControl RateControl { get; set; }
    Property Value
    Type Description
    H264MFRateControl

    Scenario

    Gets or sets usage scenario.

    Declaration
    public H264MFScenario Scenario { get; set; }
    Property Value
    Type Description
    H264MFScenario