Lifecycle and states of the MediaPlayer object
From the moment when the MediaPlayer instance is created to the moment it is terminated (reused or removed), the MediaPlayer object completes a series of transitions from one state to another.
Inspect the playback timeline
You can obtain a description of the timeline associated with the currently selected item that is being played by the PSDK. This is most useful when your application displays a custom scrub-bar control in which the content sections that correspond to ad content are identified.
Configure buffering
You can set different buffering policies in the PSDK, consisting of the initial buffer time and the buffer time, depending on your needs, such as the device, the operating system, or the network conditions.