updatePlayableWindow

open fun updatePlayableWindow(minimumPlayheadPosition: Long, maximumPlayheadPosition: Long)

Updates the playable window within the Timeline. This method only applies for Timelines of type DYNAMIC.

Note: The default implementation does nothing. It can be overridden to provide the desired implementation.

Parameters

minimumPlayheadPosition

the minimum playable position

maximumPlayheadPosition

the maximum playable position