Implement bufferedPosition on iOS

This commit is contained in:
Ryan Heise 2020-08-01 14:59:22 +10:00
parent 2596da4a5b
commit 6d14d257a0
6 changed files with 46 additions and 0 deletions

View file

@ -61,4 +61,8 @@
return kCMTimeInvalid;
}
- (CMTime)bufferedPosition {
return kCMTimeInvalid;
}
@end