resolveSeekIntent
Solicits to seek to the desired time position. This is just providing the player's seek position intent since the real seek position needs to be determined by the ad playback rules (a.k.a. scrub management policies). For example: A user may scrub over one/several Ad Breaks but on resume of the video play:
- the user will see the last Ad Break before the content will resume.
- the playback will resume at the point the user dropped the scrubber.
Note: This API should only be consumed by the AdComposedPlayer implementation that integrates with AdPlaybackPolicy provider.
Parameters
positionMs
Long The playhead position that the user wishes to seek to, in seconds
seekPreference
The SeekPreference to be used, just for this seek.