Struct

ALSATimerDeviceId

Description [src]

struct ALSATimerDeviceId {
  /* No available fields */
}

A boxed object to express the identifier of timer device. A ALSATimerDeviceId is a boxed object to express the identifier of timer device. The identifier mainly consists of the class of timer device. The other members; the numeric ID of card, device, and subdevice are optional according to the class of timer device.

The object wraps struct snd_timer_id in UAPI of Linux sound subsystem.

Constructors

alsatimer_device_id_new

Allocate and return an instance of ALSATimerDeviceId.

Instance methods

alsatimer_device_id_get_card_id

Get the numeric ID of sound card to which the device belongs.

alsatimer_device_id_get_class

Get the class of timer.

alsatimer_device_id_get_device_id

Get the numeric ID of device to which the timer belongs.

alsatimer_device_id_get_subdevice_id

Get the numeric ID of subdevice to which the timer belongs.