Table of Contents

Delegate STCaptureSessionNative.NativeUpdateCallbackType

Callback type for CleanupNativeTexture and RenderTextures events.

public delegate void STCaptureSessionNative.NativeUpdateCallbackType(uint textureId, bool success)

Parameters

textureId uint

The ID of the native texture which was updated.

success bool

If the operation was successful.