Struct
ALSASeqEventDataConnect
Description [src]
struct ALSASeqEventDataConnect {
/* No available fields */
}
A boxed object to express data of connect event.
A ALSASeqEventDataConnect
is a boxed object to express data of connect event. The instance
of object is one of data properties in event.
The object wraps struct snd_seq_connect
in UAPI of Linux sound subsystem.
Instance methods
alsaseq_event_data_connect_get_dst
Get the destination of connection event.
alsaseq_event_data_connect_get_src
Get the source of connection event.
alsaseq_event_data_connect_set_dst
Set the source to the connection event.
alsaseq_event_data_connect_set_src
Set the source to the connection event.