enum snd_pcm_start_t
Overview
PCM start mode Moreā¦
#include <pcm.h> enum snd_pcm_start_t { SND_PCM_START_DATA = 0, SND_PCM_START_EXPLICIT, SND_PCM_START_LAST = SND_PCM_START_EXPLICIT, };
Detailed Documentation
PCM start mode
Enum Values
SND_PCM_START_DATA
Automatic start on data read/write
SND_PCM_START_EXPLICIT
Explicit start