Loom Engine - v3.1.1
    Preparing search index...

    Interface PlayLineOptions

    interface PlayLineOptions {
        speed?: number;
        onMarker?: (m: VoiceMarker) => void;
        onLineEnd?: () => void;
        autoAdvance?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    speed?: number
    onMarker?: (m: VoiceMarker) => void
    onLineEnd?: () => void
    autoAdvance?: boolean