audio.h.rst.exceptions 604 B

123456789101112131415161718192021
  1. # Ignore header name
  2. ignore define _DVBAUDIO_H_
  3. # Typedef pointing to structs
  4. replace typedef audio_karaoke_t :c:type:`audio_karaoke`
  5. # Undocumented audio caps, as this is a deprecated API anyway
  6. ignore define AUDIO_CAP_DTS
  7. ignore define AUDIO_CAP_LPCM
  8. ignore define AUDIO_CAP_MP1
  9. ignore define AUDIO_CAP_MP2
  10. ignore define AUDIO_CAP_MP3
  11. ignore define AUDIO_CAP_AAC
  12. ignore define AUDIO_CAP_OGG
  13. ignore define AUDIO_CAP_SDDS
  14. ignore define AUDIO_CAP_AC3
  15. # some typedefs should point to struct/enums
  16. replace typedef audio_mixer_t :c:type:`audio_mixer`
  17. replace typedef audio_status_t :c:type:`audio_status`