SyncAttributes: {
    latency: number | null;
    player: string | null;
    time-only: string | null;
    type: "none" | "tempo" | "mostly-tempo" | "mostly-event" | "event" | "always-event";
}

Type declaration

  • latency: number | null

    Specifies a latency time in milliseconds that the listening application should expect from the performer.

  • player: string | null

    Restricts the element to apply to a single <player>.

  • time-only: string | null

    Restricts the element to apply to a set of times through a repeated section.

  • type: "none" | "tempo" | "mostly-tempo" | "mostly-event" | "event" | "always-event"

    Specifies the style that a score following application should use to synchronize an accompaniment with a performer.

Generated using TypeDoc