Interface LatencyManager

  • All Implemented Interfaces:

    
    public interface LatencyManager
    
                        

    The latency manager, used to control low-latency live playback.

    • This is only used for live playback.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isEnabled() Whether the latency manager is enabled.
      abstract Unit setEnabled(Boolean isEnabled) Whether the latency manager is enabled.
      abstract Boolean isMonitoringLivePlayback() Whether the latency manager is monitoring to stay within the live playback configurationLatencyManager.currentLatencyConfiguration.
      abstract Double getCurrentLatency() The current latency.
      abstract LatencyConfiguration getCurrentLatencyConfiguration() The current latency configuration for the current source, if available.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait