CEContentProgressProvider
Last updated
Last updated
Public methods
NSTimeInterval
NSTimeInterval
BOOL
Please implement this function to provide the progress of video content that is playing. Please read this carefully: During the time user is seeking video, APP should always return the progress time that user start seeking instead of the current time that user has sought to. Once user stop seeking, please return the progress time that user stopped at.
Returns
NSTimeInterval
Current progress time in NSTimeInterval
Please implement this function to provide the duration of video content.
Returns
NSTimeInterval
Duration of current video in NSTimeInterval
Please implement this function to notify once video content player is ready.
Returns
BOOL
true
for ready, otherwise false
Please implement this function to provide progress of video content. Current position must be exclusively handled as user is seeking. Please refer to below detail.
Please implement this function to provide the duration of video content.
Please implement this function to notify once video content player is ready.