Interface MKLowLatencyAPI

Hierarchy

  • MKLowLatencyAPI

Methods

  • Returns the current target latency in seconds.

    Returns number

  • Sets the configuration specifying parameters for latency catchup.

    Parameters

    Returns void

  • Sets the configuration specifying parameters for latency fallback.

    Parameters

    Returns void

  • Sets the target latency to be maintained during playback. Causes firing a TargetLatencyChanged event.

    Parameters

    • latency: number

      the target latency in seconds.

    Returns void