Implement bufferedPosition on iOS
This commit is contained in:
parent
2596da4a5b
commit
6d14d257a0
6 changed files with 46 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
@property (readonly, nonatomic) IndexedPlayerItem *playerItem;
|
||||
@property (readwrite, nonatomic) CMTime duration;
|
||||
@property (readonly, nonatomic) CMTime position;
|
||||
@property (readonly, nonatomic) CMTime bufferedPosition;
|
||||
@property (readonly, nonatomic) BOOL isAttached;
|
||||
|
||||
- (void)attach:(AVQueuePlayer *)player;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue