Adding the new ASVideoNode API that allows for video player item construction with URL

This commit is contained in:
Max Gu
2016-07-20 16:01:14 -07:00
parent 44a80672cb
commit f6eaa43315
2 changed files with 35 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ NS_ASSUME_NONNULL_BEGIN
- (BOOL)isPlaying;
@property (nullable, nonatomic, strong, readwrite) AVAsset *asset;
@property (nullable, atomic, strong, readwrite) NSURL *assetURL;
@property (nullable, nonatomic, strong, readwrite) AVVideoComposition *videoComposition;
@property (nullable, nonatomic, strong, readwrite) AVAudioMix *audioMix;
@@ -142,4 +143,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
#endif
#endif