enum snd_spcm_latency_t

Overview

Simple PCM latency type Moreā€¦

#include <pcm.h>

enum snd_spcm_latency_t {
    SND_SPCM_LATENCY_STANDARD = 0,
    SND_SPCM_LATENCY_MEDIUM,
    SND_SPCM_LATENCY_REALTIME,
};

Detailed Documentation

Simple PCM latency type

Enum Values

SND_SPCM_LATENCY_STANDARD

standard latency - for standard playback or capture (estimated latency in one direction 350ms)

SND_SPCM_LATENCY_MEDIUM

medium latency - software phones etc. (estimated latency in one direction maximally 25ms

SND_SPCM_LATENCY_REALTIME

realtime latency - realtime applications (effect processors etc.) (estimated latency in one direction 5ms and better)