client_pool

Function client_pool 

Source
pub fn client_pool(client_id: u8) -> Result<ClientPool, Error>
Expand description

Get statistical information of memory pool for the given client.

The call of function executes open(2), close(2), and ioctl(2) system calls with SNDRV_SEQ_IOCTL_GET_CLIENT_POOL command for ALSA sequencer character device.

§client_id

The numeric ID of client to query. One of SpecificClientId is available as well as any numeric value.

§Returns

true when the overall operation finishes successfully, else false.

§client_pool

The information of memory pool for the client.