other versions
- stretch 4.9.168-1
SND_PCM_FORMAT_SET_S(9) | PCM API | SND_PCM_FORMAT_SET_S(9) |
NAME¶
snd_pcm_format_set_silence - set the silence data on the bufferSYNOPSIS¶
int snd_pcm_format_set_silence(snd_pcm_format_t format, void * data, unsigned int samples);
ARGUMENTS¶
formatthe PCM format
data
the buffer pointer
samples
the number of samples to set silence
DESCRIPTION¶
Sets the silence data on the buffer for the given samples.RETURN¶
Zero if successful, or a negative error code on failure.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |