Interface PlayerTempo

interface PlayerTempo {
    tempo?: number;
}

Properties

Properties

tempo?: number