Table of Contents

Delegate STCaptureSessionNative.NativeUpdateCallbackWithTimestampType

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

public delegate void STCaptureSessionNative.NativeUpdateCallbackWithTimestampType(uint textureId, bool success, long timestamp)

Parameters

textureId uint

The ID of the native texture which was updated.

success bool

If the operation was successful.

timestamp long

The timestamp tracked from C#.