Class CVRScreenshots
  
  
  
  
    Inheritance
    System.Object
    CVRScreenshots
   
  
    Inherited Members
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
    public class CVRScreenshots
   
  Methods
  
  
  
  
  GetScreenshotPropertyFilename(UInt32, EVRScreenshotPropertyFilenames, StringBuilder, UInt32, ref EVRScreenshotError)
  
  
  Declaration
  
    public uint GetScreenshotPropertyFilename(uint screenshotHandle, EVRScreenshotPropertyFilenames filenameType, StringBuilder pchFilename, uint cchFilename, ref EVRScreenshotError pError)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.UInt32 | 
         | 
      
    
  
  
  
  
  GetScreenshotPropertyType(UInt32, ref EVRScreenshotError)
  
  
  Declaration
  
    public EVRScreenshotType GetScreenshotPropertyType(uint screenshotHandle, ref EVRScreenshotError pError)
   
  Parameters
  
  Returns
  
  
  
  
  HookScreenshot(EVRScreenshotType[])
  
  
  Declaration
  
    public EVRScreenshotError HookScreenshot(EVRScreenshotType[] pSupportedTypes)
   
  Parameters
  
  Returns
  
  
  
  
  RequestScreenshot(ref UInt32, EVRScreenshotType, String, String)
  
  
  Declaration
  
    public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle, EVRScreenshotType type, string pchPreviewFilename, string pchVRFilename)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.UInt32 | 
        pOutScreenshotHandle | 
         | 
      
      
        | EVRScreenshotType | 
        type | 
         | 
      
      
        | System.String | 
        pchPreviewFilename | 
         | 
      
      
        | System.String | 
        pchVRFilename | 
         | 
      
    
  
  Returns
  
  
  
  
  SubmitScreenshot(UInt32, EVRScreenshotType, String, String)
  
  
  Declaration
  
    public EVRScreenshotError SubmitScreenshot(uint screenshotHandle, EVRScreenshotType type, string pchSourcePreviewFilename, string pchSourceVRFilename)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.UInt32 | 
        screenshotHandle | 
         | 
      
      
        | EVRScreenshotType | 
        type | 
         | 
      
      
        | System.String | 
        pchSourcePreviewFilename | 
         | 
      
      
        | System.String | 
        pchSourceVRFilename | 
         | 
      
    
  
  Returns
  
  
  
  
  TakeStereoScreenshot(ref UInt32, String, String)
  
  
  Declaration
  
    public EVRScreenshotError TakeStereoScreenshot(ref uint pOutScreenshotHandle, string pchPreviewFilename, string pchVRFilename)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.UInt32 | 
        pOutScreenshotHandle | 
         | 
      
      
        | System.String | 
        pchPreviewFilename | 
         | 
      
      
        | System.String | 
        pchVRFilename | 
         | 
      
    
  
  Returns
  
  
  
  
  UpdateScreenshotProgress(UInt32, Single)
  
  
  Declaration
  
    public EVRScreenshotError UpdateScreenshotProgress(uint screenshotHandle, float flProgress)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.UInt32 | 
        screenshotHandle | 
         | 
      
      
        | System.Single | 
        flProgress | 
         | 
      
    
  
  Returns