Player
@protocol Player
Playback analytics related to the player
-
Returns the total amount of buffered content, in seconds.
returns: the total amount of buffered content, in seconds
Declaration
Objective-C
- (double)bufferedDuration;