ALSA project - the C library reference
|
Application interface library for the ALSA driver. More...
Go to the source code of this file.
Data Structures | |
struct | snd_seq_addr_t |
struct | snd_seq_connect_t |
struct | snd_seq_real_time_t |
union | snd_seq_timestamp_t |
struct | snd_seq_ev_note_t |
struct | snd_seq_ev_ctrl_t |
struct | snd_seq_ev_raw8_t |
struct | snd_seq_ev_raw32_t |
struct | snd_seq_ev_ext_t |
struct | snd_seq_result_t |
struct | snd_seq_queue_skew_t |
struct | snd_seq_ev_queue_control_t |
struct | snd_seq_event_t |
Macros | |
#define | SND_SEQ_TIME_STAMP_TICK (0<<0) |
#define | SND_SEQ_TIME_STAMP_REAL (1<<0) |
#define | SND_SEQ_TIME_STAMP_MASK (1<<0) |
#define | SND_SEQ_TIME_MODE_ABS (0<<1) |
#define | SND_SEQ_TIME_MODE_REL (1<<1) |
#define | SND_SEQ_TIME_MODE_MASK (1<<1) |
#define | SND_SEQ_EVENT_LENGTH_FIXED (0<<2) |
#define | SND_SEQ_EVENT_LENGTH_VARIABLE (1<<2) |
#define | SND_SEQ_EVENT_LENGTH_VARUSR (2<<2) |
#define | SND_SEQ_EVENT_LENGTH_MASK (3<<2) |
#define | SND_SEQ_PRIORITY_NORMAL (0<<4) |
#define | SND_SEQ_PRIORITY_HIGH (1<<4) |
#define | SND_SEQ_PRIORITY_MASK (1<<4) |
Typedefs | |
typedef unsigned char | snd_seq_event_type_t |
typedef unsigned int | snd_seq_tick_time_t |
typedef snd_seq_ev_ext | snd_seq_ev_ext_t |
Functions | |
struct snd_seq_ev_ext | __attribute__ ((packed)) |
Variables | |
unsigned int | len |
void * | ptr |
Application interface library for the ALSA driver.
Application interface library for the ALSA driver
unsigned int len |
length of data
void* ptr |
pointer to data (note: can be 64-bit)