removed play button

* Removed play button from ASVideoNode
* Removed play button tests
* added some checks in ASVideoPlayerNode
* added new delegate method for time formats
This commit is contained in:
Erekle
2016-05-13 00:46:55 +04:00
parent ae5440ad11
commit 98c451118b
5 changed files with 34 additions and 85 deletions

View File

@@ -58,9 +58,6 @@ NS_ASSUME_NONNULL_BEGIN
//! Defaults to AVLayerVideoGravityResizeAspect
@property (atomic) NSString *gravity;
//! Defaults to an ASDefaultPlayButton instance.
@property (nullable, atomic) ASButtonNode *playButton;
@property (nullable, atomic, weak, readwrite) id<ASVideoNodeDelegate> delegate;
@end