Documentation
    Preparing search index...

    Interface MediaDiskSpecInterface

    Standardized and Extensible Media Disk Specification Interface (ends with 'Interface')

    interface MediaDiskSpecInterface {
        catalogNumber?: string;
        durationSec: number;
        format: string;
        genre?: string;
        isrcCodes?: string[];
        label?: string;
        ontologyMapping?: OntologyMappingInterface;
        rpm?: number;
        trackCount: number;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • MediaDiskSpecInterface

    Indexable

    • [key: string]: unknown
    Index

    Properties

    catalogNumber?: string
    durationSec: number
    format: string
    genre?: string
    isrcCodes?: string[]
    label?: string
    ontologyMapping?: OntologyMappingInterface
    rpm?: number
    trackCount: number