Class CVRScreenshots
public class CVRScreenshots
- Inheritance
-
CVRScreenshots
Methods
GetScreenshotPropertyFilename(uint, EVRScreenshotPropertyFilenames, StringBuilder, uint, ref EVRScreenshotError)
public uint GetScreenshotPropertyFilename(uint screenshotHandle, EVRScreenshotPropertyFilenames filenameType, StringBuilder pchFilename, uint cchFilename, ref EVRScreenshotError pError)
Parameters
screenshotHandle
uintfilenameType
EVRScreenshotPropertyFilenamespchFilename
StringBuildercchFilename
uintpError
EVRScreenshotError
Returns
GetScreenshotPropertyType(uint, ref EVRScreenshotError)
public EVRScreenshotType GetScreenshotPropertyType(uint screenshotHandle, ref EVRScreenshotError pError)
Parameters
screenshotHandle
uintpError
EVRScreenshotError
Returns
HookScreenshot(EVRScreenshotType[])
public EVRScreenshotError HookScreenshot(EVRScreenshotType[] pSupportedTypes)
Parameters
pSupportedTypes
EVRScreenshotType[]
Returns
RequestScreenshot(ref uint, EVRScreenshotType, string, string)
public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle, EVRScreenshotType type, string pchPreviewFilename, string pchVRFilename)
Parameters
pOutScreenshotHandle
uinttype
EVRScreenshotTypepchPreviewFilename
stringpchVRFilename
string
Returns
SubmitScreenshot(uint, EVRScreenshotType, string, string)
public EVRScreenshotError SubmitScreenshot(uint screenshotHandle, EVRScreenshotType type, string pchSourcePreviewFilename, string pchSourceVRFilename)
Parameters
screenshotHandle
uinttype
EVRScreenshotTypepchSourcePreviewFilename
stringpchSourceVRFilename
string
Returns
TakeStereoScreenshot(ref uint, string, string)
public EVRScreenshotError TakeStereoScreenshot(ref uint pOutScreenshotHandle, string pchPreviewFilename, string pchVRFilename)
Parameters
Returns
UpdateScreenshotProgress(uint, float)
public EVRScreenshotError UpdateScreenshotProgress(uint screenshotHandle, float flProgress)