fromNative static method

CameraEvent fromNative(
  1. Pointer<Uint8> ptr
)

Implementation

static CameraEvent fromNative(Pointer<Uint8> ptr) =>
    fromReader(RecordReader.fromNative(ptr));