VisioForge (c) 2025

Search Results for

    Struct RAWBaseVideoInfo

    Struct RAWBaseVideoInfo.

    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 RAWBaseVideoInfo
    Remarks

    CRITICAL. DO NOT CHANGE.

    Fields

    Colorspace

    The colorspace.

    Declaration
    public RAWVideoColorSpace Colorspace
    Field Value
    Type Description
    RAWVideoColorSpace

    FrameRateDen

    The frame rate denominator.

    Declaration
    public int FrameRateDen
    Field Value
    Type Description
    int

    FrameRateNum

    The frame rate numerator.

    Declaration
    public int FrameRateNum
    Field Value
    Type Description
    int

    Height

    The height.

    Declaration
    public int Height
    Field Value
    Type Description
    int

    Stride

    The stride.

    Declaration
    public int Stride
    Field Value
    Type Description
    int

    Width

    The width.

    Declaration
    public int Width
    Field Value
    Type Description
    int