VisioForge (c) 2025

Search Results for

    Class H264NVENCSettings

    H264 NVENC settings.

    Inheritance
    object
    IBasicVideoSettings
    BasicVideoSettings
    CommonNVENCSettings
    H264NVENCSettings
    Inherited Members
    CommonNVENCSettings.Preset
    CommonNVENCSettings.RCLookahead
    CommonNVENCSettings.RateControl
    CommonNVENCSettings.Surfaces
    CommonNVENCSettings.GPUIndex
    CommonNVENCSettings.NoSceneCut
    CommonNVENCSettings.ForcedIDR
    CommonNVENCSettings.BAdapt
    CommonNVENCSettings.SpatialAQ
    CommonNVENCSettings.TemporalAQ
    CommonNVENCSettings.ZeroLatency
    CommonNVENCSettings.NonRefP
    CommonNVENCSettings.StrictGOP
    CommonNVENCSettings.SpatialAQStrength
    CommonNVENCSettings.ConstantQuality
    CommonNVENCSettings.AUD
    CommonNVENCSettings.BluRayCompatibility
    CommonNVENCSettings.InitQP_P
    CommonNVENCSettings.InitQP_B
    CommonNVENCSettings.InitQP_I
    CommonNVENCSettings.QP
    CommonNVENCSettings.WeightedPrediction
    CommonNVENCSettings.BRefMode
    CommonNVENCSettings.DPBSize
    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 H264NVENCSettings : CommonNVENCSettings

    Constructors

    H264NVENCSettings()

    Initializes a new instance of the H264NVENCSettings class.

    Declaration
    public H264NVENCSettings()

    Properties

    A53CC

    Gets or sets a value indicating whether to use A53 Closed Captions (if available).

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

    Coder

    Gets or sets coder.

    Declaration
    public H264NVENCCoder Coder { get; set; }
    Property Value
    Type Description
    H264NVENCCoder

    Level

    Gets or sets level.

    Declaration
    public H264Level Level { get; set; }
    Property Value
    Type Description
    H264Level

    Profile

    Gets or sets profile.

    Declaration
    public H264NVENCProfile Profile { get; set; }
    Property Value
    Type Description
    H264NVENCProfile