Table of Contents

Delegate STCaptureSessionNative.NativeSetupCallbackType

Callback type for SetupNativeTexture events.

public delegate void STCaptureSessionNative.NativeSetupCallbackType(bool glIsClean, bool sessionCallSent, uint unityTextureId, uint textureId, bool idIsValid)

Parameters

glIsClean bool

Was the GL context successfully cleaned up in this call?

sessionCallSent bool

Was the call to start the capture session sent to the Kotlin class?

unityTextureId uint

The unity texture associated with the event.

textureId uint

The native texture created by the call, may be invalid.

idIsValid bool

Is textureId a valid texture?