onBrightcoveProgressChanged

open fun onBrightcoveProgressChanged(seekBar: SeekBar, progress: Int, fromUser: Boolean)

Notification that the progress level has changed. Clients can use the fromUser parameter to distinguish user-initiated changes from those that occurred programmatically.

Parameters

seekBar

The SeekBar whose progress has changed

progress

The current progress level. This will be in the range min..max where min and max were set by setMin and setMax, respectively. (The default values for min is 0 and max is 100.)

fromUser

True if the progress change was initiated by the user.