enum snd_pcm_tstamp_t
Overview
PCM timestamp mode Moreā¦
#include <pcm.h> enum snd_pcm_tstamp_t { SND_PCM_TSTAMP_NONE = 0, SND_PCM_TSTAMP_ENABLE, SND_PCM_TSTAMP_MMAP = SND_PCM_TSTAMP_ENABLE, SND_PCM_TSTAMP_LAST = SND_PCM_TSTAMP_ENABLE, };
Detailed Documentation
PCM timestamp mode
Enum Values
SND_PCM_TSTAMP_NONE
No timestamp
SND_PCM_TSTAMP_ENABLE
Update timestamp at every hardware position update
SND_PCM_TSTAMP_MMAP
Equivalent with SND_PCM_TSTAMP_ENABLE, just for compatibility with older versions