Improve calculatePlayableDuration documentation

This commit is contained in:
Baris Sencan 2015-06-11 18:11:55 -07:00
parent da4e5df5c8
commit d3c2867ab2

View File

@ -80,7 +80,7 @@ static NSString *const statusKeyPath = @"status";
/*!
* Calculates and returns the playable duration of the current player item using its loaded time ranges.
*
* \returns The playable duration of the current player item.
* \returns The playable duration of the current player item in seconds.
*/
- (NSNumber *)calculatePlayableDuration {
AVPlayerItem *video = _player.currentItem;