ALSA project - the C library reference
|
Stream configurations. More...
#include <topology.h>
Data Fields | |
const char * | name |
int | format |
int | rate |
int | period_bytes |
int | buffer_bytes |
int | channels |
Stream configurations.
int snd_tplg_stream_template::buffer_bytes |
size of buffer in bytes.
int snd_tplg_stream_template::channels |
number of channels
int snd_tplg_stream_template::format |
SNDRV_PCM_FMTBIT_*
const char* snd_tplg_stream_template::name |
name of the stream config
int snd_tplg_stream_template::period_bytes |
size of period in bytes
int snd_tplg_stream_template::rate |
SNDRV_PCM_RATE_*