Method
ALSASeqUserClientset_queue_tempo
Declaration [src]
gboolean
alsaseq_user_client_set_queue_tempo (
ALSASeqUserClient* self,
guint8 queue_id,
ALSASeqQueueTempo* queue_tempo,
GError** error
)
Description [src]
Set the data of tempo to the queue.
The call of function executes ioctl(2)
system call with SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO
command for ALSA sequencer character device.
Parameters
queue_id |
guint8 |
The numeric ID of queue. An entry of |
|
queue_tempo |
ALSASeqQueueTempo |
The data of tempo for queue. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |