Home > @magiclane/maps-sdk > RecorderConfiguration > hardwareSpecifications
RecorderConfiguration.hardwareSpecifications property
Device hardware specifications attached to recordings.
Returns a map keyed by HardwareSpecification containing string values describing device metadata collected at recording time (for example model, cpu cores, memory).
Needs to be populated by the API user.
Signature:
get hardwareSpecifications(): Map<HardwareSpecification, string>;
set hardwareSpecifications(hardwareSpecifications: Map<HardwareSpecification, string>);