VisioForge (c) 2025

Search Results for

    Struct HWEncodersAvailableInfo

    HW encoding filters available information.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types
    Assembly: VisioForge.Core.dll
    Syntax
    public struct HWEncodersAvailableInfo

    Properties

    AAC

    Gets or sets a value indicating whether AAC encoder is available.

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

    AMD_H264

    Gets or sets a value indicating whether H264 AMD GPU encoder is available.

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

    AMD_H265

    Gets or sets a value indicating whether H265 AMD GPU encoder is available.

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

    MS_H264

    Gets or sets a value indicating whether Microsoft H264 encoder is available.

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

    MS_H265

    Gets or sets a value indicating whether Microsoft H265 encoder is available.

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

    NVENC_H264

    Gets or sets a value indicating whether H264 Nvidia NVENC GPU encoder is available.

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

    NVENC_H265

    Gets or sets a value indicating whether H265 Nvidia NVENC GPU encoder is available.

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

    QSV_H264

    Gets or sets a value indicating whether H264 Intel QuickSync GPU encoder is available.

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

    QSV_H265

    Gets or sets a value indicating whether H265 Intel QuickSync GPU encoder is available.

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