Search Results for

    Show / Hide Table of Contents

    Class PlaybackQualityStats

    Attempts to give insight into video playback presentation smoothness quality Keeps track of skipped and duplicated frames and warns about suboptimal setup such as no vsync enabled or video frame rate not being a multiple of the display frame rate

    Inheritance
    System.Object
    PlaybackQualityStats
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlaybackQualityStats

    Properties

    DuplicateFrames

    Declaration
    public int DuplicateFrames { get; }
    Property Value
    Type Description
    System.Int32

    LogIssues

    Declaration
    public bool LogIssues { get; set; }
    Property Value
    Type Description
    System.Boolean

    PerfectFramesT

    Declaration
    public float PerfectFramesT { get; }
    Property Value
    Type Description
    System.Single

    SkippedFrames

    Declaration
    public int SkippedFrames { get; }
    Property Value
    Type Description
    System.Int32

    UnityDroppedFrames

    Declaration
    public int UnityDroppedFrames { get; }
    Property Value
    Type Description
    System.Int32

    VSyncStatus

    Declaration
    public string VSyncStatus { get; }
    Property Value
    Type Description
    System.String

    Methods

    Reset()

    Declaration
    public void Reset()
    In This Article