Table of Contents

Struct STCaptureSessionNative.NativeSetupData

Data for setting up a native renderer.

public struct STCaptureSessionNative.NativeSetupData

Fields

Height

The height of the texture.

public int Height

Field Value

int

OnDoneCallback

Callback for when the operation is done, type: STCaptureSessionNative.NativeSetupCallbackType.

public nint OnDoneCallback

Field Value

nint

Timestamp

Timestamp associated with the STCaptureSessionWrapper which will be the source for rendering.

public long Timestamp

Field Value

long

UnityTexture

The unity texture to render to.

public uint UnityTexture

Field Value

uint

Width

The width of the texture;

public int Width

Field Value

int