Struct

ALSASeqEventDataQueue

Description [src]

struct ALSASeqEventDataQueue {
  /* No available fields */
}

A boxed object to express data of queue event. A ALSASeqEventDataQueue is a boxed object to express data of queue event. The instance of object is one of data properties in event.

The object wraps struct snd_seq_ev_queue_control in UAPI of Linux sound subsystem.

Instance methods

alsaseq_event_data_queue_get_byte_param

Refer to eight bytes as the parameter of queue event.

alsaseq_event_data_queue_get_position_param

Get the position as param of the queue event.

alsaseq_event_data_queue_get_quadlet_param

Refer to two quadlets as the parameter of queue event.

alsaseq_event_data_queue_get_queue_id

Get the numeric identifier of queue for the event.

alsaseq_event_data_queue_get_real_time_param

Get the real time as parameter of the queue event.

alsaseq_event_data_queue_get_skew_param

Refer to numerator and denominator of fraction for skew as the parameter of queue event.

alsaseq_event_data_queue_get_tick_time_param

Get the tick time as param of the queue event.

alsaseq_event_data_queue_get_value_param

Get the value as param of the queue event.

alsaseq_event_data_queue_set_byte_param

Copy eight bytes from the given buffer as the parameter of queue event.

alsaseq_event_data_queue_set_position_param

Set the position as param of the queue event.

alsaseq_event_data_queue_set_quadlet_param

Set two quadlets from the given buffer as the parameter of queue event.

alsaseq_event_data_queue_set_queue_id

Se the numeric identifier of queue for the event.

alsaseq_event_data_queue_set_real_time_param

Set the real time as parameter of the queue event.

alsaseq_event_data_queue_set_skew_param

Copy numerator and denominator of fraction for skew from the given buffer as the parameter of queue event.

alsaseq_event_data_queue_set_tick_time_param

Set the tick time as param of the queue event.

alsaseq_event_data_queue_set_value_param

Set the value as param of the queue event.