enum snd_spcm_xrun_type_t

Overview

Simple PCM xrun type Moreā€¦

#include <pcm.h>

enum snd_spcm_xrun_type_t {
    SND_SPCM_XRUN_IGNORE = 0,
    SND_SPCM_XRUN_STOP,
};

Detailed Documentation

Simple PCM xrun type

Enum Values

SND_SPCM_XRUN_IGNORE

driver / library will ignore all xruns, the stream runs forever

SND_SPCM_XRUN_STOP

driver / library stops the stream when an xrun occurs