Class DefaultLivePlaybackSpeedControl

    • Field Detail

      • DEFAULT_FALLBACK_MIN_PLAYBACK_SPEED

        public static final float DEFAULT_FALLBACK_MIN_PLAYBACK_SPEED
        Deprecated.
        The default minimum factor by which playback can be sped up that should be used if no minimum playback speed is defined by the media.
        See Also:
        Constant Field Values
      • DEFAULT_FALLBACK_MAX_PLAYBACK_SPEED

        public static final float DEFAULT_FALLBACK_MAX_PLAYBACK_SPEED
        Deprecated.
        The default maximum factor by which playback can be sped up that should be used if no maximum playback speed is defined by the media.
        See Also:
        Constant Field Values
      • DEFAULT_MIN_UPDATE_INTERVAL_MS

        public static final long DEFAULT_MIN_UPDATE_INTERVAL_MS
        Deprecated.
        The default minimum interval between playback speed changes, in milliseconds.
        See Also:
        Constant Field Values
      • DEFAULT_TARGET_LIVE_OFFSET_INCREMENT_ON_REBUFFER_MS

        public static final long DEFAULT_TARGET_LIVE_OFFSET_INCREMENT_ON_REBUFFER_MS
        Deprecated.
        The default increment applied to the target live offset each time the player is rebuffering, in milliseconds
        See Also:
        Constant Field Values
      • DEFAULT_MIN_POSSIBLE_LIVE_OFFSET_SMOOTHING_FACTOR

        public static final float DEFAULT_MIN_POSSIBLE_LIVE_OFFSET_SMOOTHING_FACTOR
        Deprecated.
        The default smoothing factor when smoothing the minimum possible live offset that can be achieved during playback.
        See Also:
        Constant Field Values
      • DEFAULT_MAX_LIVE_OFFSET_ERROR_MS_FOR_UNIT_SPEED

        public static final long DEFAULT_MAX_LIVE_OFFSET_ERROR_MS_FOR_UNIT_SPEED
        Deprecated.
        The default maximum difference between the current live offset and the target live offset, in milliseconds, for which unit speed (1.0f) is used.
        See Also:
        Constant Field Values