webRtcPlayerViewController+AdjustPlayerViewFrame.h 424 B

123456789101112131415161718192021
  1. //
  2. // webRtcPlayerViewController+AdjustPlayerViewFrame.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/9/5.
  6. //
  7. #import "webRtcPlayerViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface webRtcPlayerViewController (AdjustPlayerViewFrame)
  10. //设置竖屏UI
  11. - (void)setPoMas_makeWithImageRate:(CGFloat)w_h_rate;
  12. //设置横屏屏UI
  13. - (void)setLanMas_makeWithImageRate:(CGFloat)w_h_rate;
  14. @end
  15. NS_ASSUME_NONNULL_END