VisioForge (c) 2025

Search Results for

    Class HEVCNVENCSettings

    HEVC NVENC settings.

    Inheritance
    object
    IBasicVideoSettings
    BasicVideoSettings
    CommonNVENCSettings
    HEVCNVENCSettings
    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 HEVCNVENCSettings : CommonNVENCSettings

    Constructors

    HEVCNVENCSettings()

    Initializes a new instance of the HEVCNVENCSettings class.

    Declaration
    public HEVCNVENCSettings()

    Properties

    Level

    Gets or sets level.

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

    Profile

    Gets or sets profile.

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

    Tier

    Gets or sets tier.

    Declaration
    public HEVCNVENCTier Tier { get; set; }
    Property Value
    Type Description
    HEVCNVENCTier