Delegate STCaptureSessionNative.NativeUpdateCallbackWithTimestampType
- Namespace
- Uralstech.UXR.QuestCamera.SurfaceTextureCapture
Same as STCaptureSessionNative.NativeUpdateCallbackType, but can include a timestamp tracked from C#.
public delegate void STCaptureSessionNative.NativeUpdateCallbackWithTimestampType(uint textureId, bool success, long timestamp)
Parameters
textureIduintThe ID of the native texture which was updated.
successboolIf the operation was successful.
timestamplongThe timestamp tracked from C#.