ALSA Library Reference Manual
DECLARATION
typedef struct
{
char reserved[16]; /* for the future use */
unsigned int cmd; /* SND_SEQ_INSTR_FREE_CMD_* */
union
{
snd_seq_instr_t instr;
snd_seq_instr_cluster_t cluster;
char data8[16];
}
data;
}
snd_seq_instr_free_t;
REFERENCE