| #define snd_pcm_format_mask_alloca | ( | ptr | ) |
| void snd_pcm_format_mask_any | ( | snd_pcm_format_mask_t * | mask | ) |
| void snd_pcm_format_mask_copy | ( | snd_pcm_format_mask_t * | dst, | |
| const snd_pcm_format_mask_t * | src | |||
| ) |
copy one snd_pcm_format_mask_t to another
| dst | pointer to destination | |
| src | pointer to source |
| int snd_pcm_format_mask_empty | ( | const snd_pcm_format_mask_t * | mask | ) |
test, if given a snd_pcm_format_mask_t is empty
| mask | pointer to mask |
| 0 | not empty | |
| 1 | empty |
| void snd_pcm_format_mask_free | ( | snd_pcm_format_mask_t * | obj | ) |
| int snd_pcm_format_mask_malloc | ( | snd_pcm_format_mask_t ** | ptr | ) |
allocate an empty snd_pcm_format_mask_t using standard malloc
| ptr | returned pointer |
| void snd_pcm_format_mask_none | ( | snd_pcm_format_mask_t * | mask | ) |
| void snd_pcm_format_mask_reset | ( | snd_pcm_format_mask_t * | mask, | |
| snd_pcm_format_t | val | |||
| ) |
| void snd_pcm_format_mask_set | ( | snd_pcm_format_mask_t * | mask, | |
| snd_pcm_format_t | val | |||
| ) |
| size_t snd_pcm_format_mask_sizeof | ( | void | ) |
| int snd_pcm_format_mask_test | ( | const snd_pcm_format_mask_t * | mask, | |
| snd_pcm_format_t | val | |||
| ) |
test the presence of a format in a snd_pcm_format_mask_t
| mask | pointer to mask | |
| val | format |
1.5.8