enum snd_pcm_xrun_t

Overview

PCM xrun mode Moreā€¦

#include <pcm.h>

enum snd_pcm_xrun_t {
    SND_PCM_XRUN_NONE = 0,
    SND_PCM_XRUN_STOP,
    SND_PCM_XRUN_LAST = SND_PCM_XRUN_STOP,
};

Detailed Documentation

PCM xrun mode

Enum Values

SND_PCM_XRUN_NONE

Xrun detection disabled

SND_PCM_XRUN_STOP

Stop on xrun detection