VisioForge (c) 2025

Search Results for

    Struct MFH264QP

    MF H264 QP.

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

    Properties

    B

    Gets or sets B-frames.

    Declaration
    public ushort B { readonly get; set; }
    Property Value
    Type Description
    ushort

    DefaultQp

    Gets or sets the default Qp.

    Declaration
    public ushort DefaultQp { readonly get; set; }
    Property Value
    Type Description
    ushort

    I

    Gets or sets I-frames.

    Declaration
    public ushort I { readonly get; set; }
    Property Value
    Type Description
    ushort

    P

    Gets or sets P-frames.

    Declaration
    public ushort P { readonly get; set; }
    Property Value
    Type Description
    ushort