EncodeViewController.h 331 B

1234567891011121314151617181920
  1. //
  2. // EncodeViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/10/24.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. /***************
  9. *
  10. *设备编码配置视图控制器
  11. *在这里设置帧率、分辨率、画质等等
  12. *
  13. */
  14. #import <UIKit/UIKit.h>
  15. @interface EncodeViewController : UIViewController
  16. @end