Function
ALSATimerDeviceIdnew
Declaration [src]
ALSATimerDeviceId*
alsatimer_device_id_new (
ALSATimerClass class,
gint card_id,
gint device_id,
gint subdevice_id
)
Parameters
class |
ALSATimerClass |
The class of device, one of |
|
card_id |
gint |
The numeric ID of relevant sound card. |
|
device_id |
gint |
The numeric ID of relevant device. |
|
subdevice_id |
gint |
The numeric ID of relevant subdevice. |
Return value
Returns: | ALSATimerDeviceId |
The caller of the function takes ownership of the data, and is responsible for freeing it. |