Struct
ALSASeqAddr
Description [src]
struct ALSASeqAddr {
/* No available fields */
}
A boxed object to express address in ALSA Sequencer.
A ALSASeqAddr
is a boxed object to express address in ALSA Sequencer. The address consists
of two parts; the numeric ID of client and port.
The object wraps struct snd_seq_addr
in UAPI of Linux sound subsystem.
Constructors
alsaseq_addr_new
Allocate and return an instance of ALSASeqAddr
.
Instance methods
alsaseq_addr_equal
No description available.
alsaseq_addr_get_client_id
Get the numeric ID of client to address.
alsaseq_addr_get_port_id
Get the numeric ID of port to address.