Table of Contents

Namespace Uralstech.UXR.QuestCamera.SurfaceTextureCapture

Classes

OnDemandSurfaceTextureCaptureSession

On-demand version of SurfaceTextureCaptureSession.

STCaptureSessionNative

Class to interact with the native graphics plugin for SurfaceTexture rendering.

SurfaceTextureCaptureSession

This experimental capture session uses a native OpenGL texture to capture images for better performance.

Structs

STCaptureSessionNative.AdditionalUpdateCallbackData

Additional data tracked in C# related to a native renderer update event.

STCaptureSessionNative.NativeSetupData

Data for setting up a native renderer.

STCaptureSessionNative.NativeUpdateData

Data for updating a native renderer.

Enums

STCaptureSessionNative.NativeEventId

Event ID for native rendering events.

Delegates

STCaptureSessionNative.NativeSetupCallbackType

Callback type for SetupNativeTexture events.

STCaptureSessionNative.NativeUpdateCallbackType

Callback type for CleanupNativeTexture and RenderTextures events.

STCaptureSessionNative.NativeUpdateCallbackWithTimestampType

Same as STCaptureSessionNative.NativeUpdateCallbackType, but can include a timestamp tracked from C#.