Type Alias AudioTransitionContext

AudioTransitionContext: {
    cancel: (revert?: boolean) => void;
    complete: () => void;
}

Type declaration

  • cancel: (revert?: boolean) => void

    遷移を取り消す。音量はこの関数を実行した時点での値となる。

  • complete: () => void

    遷移を即座に完了する。 音量は遷移完了後の値となる。