pub fn queue_id_list() -> Result<Vec<u8>, Error>Expand description
Get the list of queue in ALSA Sequencer.
The call of function executes open(2), close(2), and ioctl(2) system calls with
SNDRV_SEQ_IOCTL_SYSTEM_INFO and SNDRV_SEQ_IOCTL_GET_QUEUE_INFO commands for ALSA
sequencer character device.
§Returns
true when the overall operation finishes successfully, else false.
§entries
The array of elements for numeric identifier of queue.