RCHWDecode.h 237 B

12345678910111213141516
  1. //
  2. // RCHWDecode.h
  3. // RCLiveDemo
  4. //
  5. // Created by My Apple on 2021/11/8.
  6. //
  7. #ifndef RCHWDecode_h
  8. #define RCHWDecode_h
  9. #import "RCAacToPcmDecoder.h"
  10. #import "RCH264HWDecoder.h"
  11. #import "RCH265HWDecoder.h"
  12. #endif /* RCHWDecode_h */