Class
HinawaSndDice
deprecated: 2.5.
Description [src]
class Hinawa.SndDice : Hinawa.SndUnit {
parent_instance: HinawaSndUnit
}
A notification listener for Dice models.
A HinawaSndDice
listen to Dice notification and generates signal when received.
Deprecated since: 2.5.
Libhitaki library provides Hitaki.SndDice as the alternative.
Constructors
hinawa_snd_dice_new
Instantiate HinawaSndDice
object and return the instance.
deprecated: 2.5. since: 1.3.
Instance methods
hinawa_snd_dice_open
Open ALSA hwdep character device and check it for Dice devices.
deprecated: 2.5. since: 0.4
hinawa_snd_dice_transaction
Execute write transactions to the given address, then wait and check notification.
deprecated: 2.5. since: 1.4.
Methods inherited from HinawaSndUnit (5)
hinawa_snd_unit_create_source
Create GSource
for GMainContext
to dispatch events for the sound device.
deprecated: 2.5. since: 1.4.
hinawa_snd_unit_get_node
Retrieve an instance of HinawaFwNode
associated to the given unit.
deprecated: 2.5. since: 2.0.
hinawa_snd_unit_lock
Disallow corresponding ALSA driver to start packet streaming.
deprecated: 2.5. since: 0.3
hinawa_snd_unit_open
Open ALSA hwdep character device and check it for FireWire sound devices.
deprecated: 2.5. since: 0.4
hinawa_snd_unit_unlock
Allow corresponding ALSA driver to start packet streaming.
deprecated: 2.5. since: 0.3
Properties
Properties inherited from HinawaSndUnit (5)
Hinawa.SndUnit:card
deprecated: 2.5. since: 2.0
Hinawa.SndUnit:device
deprecated: 2.5. since: 0.3
Hinawa.SndUnit:guid
deprecated: 2.5. since: 0.4
Hinawa.SndUnit:streaming
deprecated: 2.5. since: 0.4
Hinawa.SndUnit:type
deprecated: 2.5. since: 1.0
Signals
Signals inherited from HinawaSndUnit (2)
HinawaSndUnit::disconnected
Emitted when the sound card is not available anymore due to unbinding driver or hot
unplugging. The owner of this object should call g_object_unref()
as
quickly as possible to release ALSA hwdep character device.
deprecated: 2.5. since: 2.0
HinawaSndUnit::lock-status
Emitted when corresponding ALSA driver changes status of lock by starting/stopping packet streaming requested by ALSA PCM/Rawmidi applications.
deprecated: 2.5. since: 0.3
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct HinawaSndDiceClass {
HinawaSndUnitClass parent_class;
void (* notified) (
HinawaSndDice* self,
guint message
);
}
Class members
parent_class: HinawaSndUnitClass
- No description available.
notified: void (* notified) ( HinawaSndDice* self, guint message )
- No description available.
Virtual methods
Hinawa.SndDiceClass.notified
Class closure for the HinawaSndDice::notified
.
deprecated: 2.5. since: 1.2