Function

ALSACtlElemIdnew_by_numid

Declaration [src]

ALSACtlElemId*
alsactl_elem_id_new_by_numid (
  guint numid
)

Description [src]

Allocates and return an instance of ALSACtlElemId by the numeric identifier.

Parameters

numid guint
 

The numeric identifier of the element.

Return value

Returns: ALSACtlElemId
 

A ALSACtlElemId.

 The caller of the function takes ownership of the data, and is responsible for freeing it.