RecorderInfo

Struct that contains information about the recorded file.

struct RecorderInfo {
  const char* fileName;
  unsigned int durationMs;
  unsigned int fileSize;
};
Since
Added since v3.5.2.

Properties

fileName
The absolute path of the recorded file.
durationMs
The duration of the recorded file, in milliseconds.
fileSize
The size of the recorded file, in bytes.