YOUPAIZFDouYinControlView.h 518 B

12345678910111213141516171819
  1. //
  2. // YOUPAIZFDouYinControlView.h
  3. // ZFPlayer_Example
  4. //
  5. // Created by 任子丰 on 2018/6/4.
  6. // Copyright © 2018年 紫枫. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ZFPlayer.h"
  10. @interface YOUPAIZFDouYinControlView : UIView <ZFPlayerMediaControl>
  11. - (void)youpaifresetControlView;
  12. - (void)showCoverViewWithUrl:(NSString *)coverUrl withImageMode:(UIViewContentMode)contentMode;
  13. @property(nonatomic,assign)BOOL hideenProgess;
  14. @property (nonatomic, strong) UIButton *volumeBtn;//静音按钮
  15. @end