Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/audio/libs/snd_pcm_format_t.html on line 1

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/audio/libs/snd_pcm_format_t.html on line 1

Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/audio/libs/snd_pcm_format_t.html on line 8

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/audio/libs/snd_pcm_format_t.html on line 8

snd_pcm_format_t

PCM data format structure

Synopsis:

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;

Description:

The snd_pcm_format_t structure describes the format of the PCM data. The members include:

interleave
If set, the sample data contains interleaved samples.
format
The format number (one of the SND_PCM_SFMT_* constants). For a list of the supported formats, see snd_pcm_get_format_name().
rate
The requested rate, in Hz.
voices
The number of voices, in the range specified by the min_voices and max_voices members of the snd_pcm_channel_info_t structure. Typical values are 2 for stereo, and 1 for mono.
special
Special (custom) description of format. Use when SND_PCM_SFMT_SPECIAL is specified.

Classification:

QNX Neutrino

See also:

snd_pcm_channel_info_t, snd_pcm_channel_params_t, snd_pcm_get_format_name()


Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/audio/libs/snd_pcm_format_t.html on line 108

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/audio/libs/snd_pcm_format_t.html on line 108