Home > @magiclane/maps-sdk > RecorderConfiguration > maxDiskSpaceUsed
RecorderConfiguration.maxDiskSpaceUsed property
Maximum disk space (bytes) that recordings may occupy.
When the total size of recordings reaches this limit the recorder stops to avoid exceeding the configured space. A value of 0 disables disk checks.
Signature:
get maxDiskSpaceUsed(): number;
set maxDiskSpaceUsed(maxDiskSpaceUsed: number);