DSP processor metadata.
interface ProcessorData {
id: string | ProcessorIdentificationCodes.UnknownProcessorId;
name: string | ProcessorIdentificationCodes.UnknownProcessorName;
createdAt: number | ProcessorIdentificationCodes.UnknownProcessorCreationDate;
}
Represents metadata about a DSP processor.
id: string | UnknownProcessorId - Processor identifier.name: string | UnknownProcessorName - Processor name.createdAt: number | UnknownProcessorCreationDate - Creation timestamp.