DOUAudioBase.h 534 B

123456789101112131415161718192021
  1. /* vim: set ft=objc fenc=utf-8 sw=2 ts=2 et: */
  2. /*
  3. * DOUAudioStreamer - A Core Audio based streaming audio player for iOS/Mac:
  4. *
  5. * https://github.com/douban/DOUAudioStreamer
  6. *
  7. * Copyright 2013-2016 Douban Inc. All rights reserved.
  8. *
  9. * Use and distribution licensed under the BSD license. See
  10. * the LICENSE file for full text.
  11. *
  12. * Authors:
  13. * Chongyu Zhu <i@lembacon.com>
  14. *
  15. */
  16. #ifdef __cplusplus
  17. #define DOUAS_EXTERN extern "C"
  18. #else /* __cplusplus */
  19. #define DOUAS_EXTERN extern
  20. #endif /* __cplusplus */