VisioForge (c) 2025

Search Results for

    Class DecklinkRendererProps

    Decklink renderer props.

    Inheritance
    object
    DecklinkRendererProps
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Decklink
    Assembly: VisioForge.Core.dll
    Syntax
    public class DecklinkRendererProps

    Properties

    AvgFrameRate

    Gets or sets average frame rate achieved.

    Declaration
    public int AvgFrameRate { get; set; }
    Property Value
    Type Description
    int

    AvgSyncOffset

    Gets or sets average time difference between when a frame was due for rendering and when rendering actually began (milliseconds).

    Declaration
    public int AvgSyncOffset { get; set; }
    Property Value
    Type Description
    int

    DevSyncOffset

    Gets or sets verage time difference between when a frame was due for rendering and when rendering actually began (this is returned as a standard deviation).

    Declaration
    public int DevSyncOffset { get; set; }
    Property Value
    Type Description
    int

    FramesDrawn

    Gets or sets number of frames drawn since streaming started.

    Declaration
    public int FramesDrawn { get; set; }
    Property Value
    Type Description
    int

    FramesDroppedInRenderer

    Gets or sets number of frames dropped by the renderer.

    Declaration
    public int FramesDroppedInRenderer { get; set; }
    Property Value
    Type Description
    int

    Jitter

    Gets or sets average time between successive frames delivered to the video renderer.

    Declaration
    public int Jitter { get; set; }
    Property Value
    Type Description
    int