lsl_get_created_at function

  1. @Native<NativeLsl_get_created_at>()
double lsl_get_created_at(
  1. lsl_streaminfo info
)

Creation time stamp of the stream.

This is the time stamp when the stream was first created (as determined via local_clock() on the providing machine).

Implementation

@ffi.Native<NativeLsl_get_created_at>()
external double lsl_get_created_at(lsl_streaminfo info);