You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a custom seekbar with ad breakers.
Can i do it with Exoplayer r2.5.4 with IMA extension ?
As i dont have access to AdsManager so i cannot get CuePoints. Can i solve this problem with latest version ?
The text was updated successfully, but these errors were encountered:
Alternatively, if you're using ExoPlayer's UI library you could investigate using DefaultTimeBar with customization via its attributes, or, if you need more control, make your own implementation of TimeBar. PlaybackControlView passes ad break times to TimeBar.setAdBreakTimesMs.
I want to create a custom seekbar with ad breakers.
Can i do it with Exoplayer r2.5.4 with IMA extension ?
As i dont have access to AdsManager so i cannot get CuePoints. Can i solve this problem with latest version ?
The text was updated successfully, but these errors were encountered: