Function
ALSASeqget_port_info
Declaration [src]
gboolean
alsaseq_get_port_info (
guint8 client_id,
guint8 port_id,
ALSASeqPortInfo** port_info,
GError** error
)
Description [src]
Get the information of port in client.
The call of function executes open(2)
, close(2)
, and ioctl(2)
system calls with
SNDRV_SEQ_IOCTL_GET_PORT_INFO
command for ALSA sequencer character device.
Parameters
client_id |
guint8 |
The numeric identifier of client to query. One of |
|
port_id |
guint8 |
The numeric identifier of port in the client. One of |
|
port_info |
ALSASeqPortInfo |
A |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |