This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
PCM data format structure
typedef struct snd_pcm_format { int32_t interleave: 1; int32_t format; int32_t rate; int32_t voices; int32_t special; uint8_t reserved[124]; /* must be filled with zero */ } snd_pcm_format_t;
The snd_pcm_format_t structure describes the format of the PCM data. The members include:
QNX Neutrino
snd_pcm_channel_info_t, snd_pcm_channel_params_t, snd_pcm_get_format_name()