blob: 940458774cf6ec6ab759903b4d43c9fcf0d90763 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# Ignore header name
2ignore define _DVBAUDIO_H_
3
4# Undocumented audio caps, as this is a deprecated API anyway
5ignore define AUDIO_CAP_DTS
6ignore define AUDIO_CAP_LPCM
7ignore define AUDIO_CAP_MP1
8ignore define AUDIO_CAP_MP2
9ignore define AUDIO_CAP_MP3
10ignore define AUDIO_CAP_AAC
11ignore define AUDIO_CAP_OGG
12ignore define AUDIO_CAP_SDDS
13ignore define AUDIO_CAP_AC3
14
15# some typedefs should point to struct/enums
16replace typedef audio_mixer_t :c:type:`audio_mixer`
17replace typedef audio_status_t :c:type:`audio_status`