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
   
  
  Assembly: cs.temp.dll.dll
  
  
    public class PlaybackQualityStats
   
  Properties
  
  
  
  
  
  Declaration
  
    public int DuplicateFrames { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public bool LogIssues { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public float PerfectFramesT { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public int SkippedFrames { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public int UnityDroppedFrames { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public string VSyncStatus { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
  
  
  
  Declaration