Interface AudioTimestamp

    interface AudioTimestamp {
        contextTime?: number;
        performanceTime?: number;
    }

    Properties

    contextTime?: number
    performanceTime?: number