ALSA project - the C library reference
Data Fields
snd_seq_ev_queue_control Struct Reference

Data Fields

unsigned char queue
 
unsigned char unused [3]
 
union {
   signed int   value
 
   snd_seq_timestamp_t   time
 
   unsigned int   position
 
   snd_seq_queue_skew_t   skew
 
   unsigned int   d32 [2]
 
   unsigned char   d8 [8]
 
param
 

Detailed Description

queue timer control

Field Documentation

◆ d32

unsigned int snd_seq_ev_queue_control::d32[2]

any data

◆ d8

unsigned char snd_seq_ev_queue_control::d8[8]

any data

◆ param

union { ... } snd_seq_ev_queue_control::param

data value union

◆ position

unsigned int snd_seq_ev_queue_control::position

sync position

◆ queue

unsigned char snd_seq_ev_queue_control::queue

affected queue

◆ skew

snd_seq_queue_skew_t snd_seq_ev_queue_control::skew

queue skew

◆ time

snd_seq_timestamp_t snd_seq_ev_queue_control::time

time

◆ unused

unsigned char snd_seq_ev_queue_control::unused[3]

reserved

◆ value

signed int snd_seq_ev_queue_control::value

affected value (e.g. tempo)


The documentation for this struct was generated from the following file: