Guest User

Untitled

a guest
Dec 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #import <UIKit/UIKit.h>
  2.  
  3. @interface RPLiveRtmpView : UIView
  4. // 播放视频地址
  5. @property(nonatomic, strong) NSString* movieSource;
  6. // 被添加的viewController
  7. @property(nonatomic, weak) UIViewController* viewController;
  8. // 播放url
  9. -(BOOL)startRtmp;
  10. // 停止url
  11. -(void)stopRtmp;
  12.  
  13. @end
Add Comment
Please, Sign In to add comment