123456789101112131415161718192021 |
- //
- // webRtcPlayerViewController+AdjustPlayerViewFrame.h
- // 双子星云手机
- //
- // Created by xd h on 2024/9/5.
- //
- #import "webRtcPlayerViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface webRtcPlayerViewController (AdjustPlayerViewFrame)
- //设置竖屏UI
- - (void)setPoMas_makeWithImageRate:(CGFloat)w_h_rate;
- //设置横屏屏UI
- - (void)setLanMas_makeWithImageRate:(CGFloat)w_h_rate;
- @end
- NS_ASSUME_NONNULL_END
|