From d3c2867ab252433726d5e2115f302a79e71211bf Mon Sep 17 00:00:00 2001 From: Baris Sencan Date: Thu, 11 Jun 2015 18:11:55 -0700 Subject: [PATCH] Improve calculatePlayableDuration documentation --- RCTVideo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RCTVideo.m b/RCTVideo.m index b06d32f7..68b7c4ab 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -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;