Function

ALSATimerDeviceIdnew

Declaration [src]

ALSATimerDeviceId*
alsatimer_device_id_new (
  ALSATimerClass class,
  gint card_id,
  gint device_id,
  gint subdevice_id
)

Description [src]

Allocate and return an instance of ALSATimerDeviceId.

Parameters

class ALSATimerClass
 

The class of device, one of ALSATimerClass.

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
 

A ALSATimerDeviceId.

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