enum snd_spcm_duplex_type_t

Overview

Simple PCM duplex type Moreā€¦

#include <pcm.h>

enum snd_spcm_duplex_type_t {
    SND_SPCM_DUPLEX_LIBERAL  = 0,
    SND_SPCM_DUPLEX_PEDANTIC,
};

Detailed Documentation

Simple PCM duplex type

Enum Values

SND_SPCM_DUPLEX_LIBERAL

liberal duplex - the buffer and period sizes might not match

SND_SPCM_DUPLEX_PEDANTIC

pedantic duplex - the buffer and period sizes MUST match