ASVideoPlayer layout delegation

This commit is contained in:
Erekle
2016-05-12 01:29:54 +04:00
parent 58101feeee
commit 441f9632cd
3 changed files with 104 additions and 27 deletions

View File

@@ -53,6 +53,9 @@ NS_ASSUME_NONNULL_BEGIN
- (UIColor *)videoPlayerNodeScrubberMinimumTrackTint:(ASVideoPlayerNode *)videoPlayer;
- (UIColor *)videoPlayerNodeScrubberThumbTint:(ASVideoPlayerNode *)videoPlayer;
- (UIImage *)videoPlayerNodeScrubberThumbImage:(ASVideoPlayerNode *)videoPlayer;
- (ASLayoutSpec *)videoPlayerNodeLayoutSpec:(ASVideoPlayerNode *)videoPlayer
forControls:(NSDictionary *)controls
forConstrainedSize:(ASSizeRange)constrainedSize;
@end
NS_ASSUME_NONNULL_END
#endif