setSeekParameters

abstract fun setSeekParameters(seekParameters: SeekParameters?)

Sets the parameters that control how seek operations are performed.

This method must only be called if isSeekParametersAvailable returns true.

Parameters

seekParameters

The seek parameters, or null to use the defaults.