TizenRT Public API
v2.0 M2
|
Encapsulates the hardware and software parameters of a PCM. More...
#include <tinyalsa.h>
Data Fields | |
unsigned int | channels |
unsigned int | rate |
enum pcm_format | format |
unsigned int | period_size |
unsigned int | period_count |
Encapsulates the hardware and software parameters of a PCM.
Definition at line 175 of file tinyalsa.h.
unsigned int channels |
The number of channels in a frame
Definition at line 177 of file tinyalsa.h.
enum pcm_format format |
The sample format of a PCM
Definition at line 181 of file tinyalsa.h.
unsigned int period_count |
The number of periods in a PCM
Definition at line 185 of file tinyalsa.h.
unsigned int period_size |
The number of frames in a period
Definition at line 183 of file tinyalsa.h.
unsigned int rate |
The number of frames per second
Definition at line 179 of file tinyalsa.h.