EncodingFormatViewController.h 338 B

123456789101112131415161718192021
  1. //
  2. // EncodingFormatViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by wujiangbo on 2018/12/17.
  6. // Copyright © 2018 wujiangbo. All rights reserved.
  7. //
  8. /****
  9. *编码格式h264+设置界面
  10. *
  11. ***/
  12. #import <UIKit/UIKit.h>
  13. NS_ASSUME_NONNULL_BEGIN
  14. @interface EncodingFormatViewController : UIViewController
  15. @end
  16. NS_ASSUME_NONNULL_END