| Top |
A HinawaSndDg00x listen to Dg00x notification and generates signal when received. This inherits HinawaSndUnit.
HinawaSndDg00x *
hinawa_snd_dg00x_new (void);
Instantiate HinawaSndDg00x object and return the instance.
Since: 1.3.
void hinawa_snd_dg00x_open (HinawaSndDg00x *self,gchar *path,GError **exception);
Open ALSA hwdep character device and check it for Dg00x devices.
self |
||
path |
A full path of a special file for ALSA hwdep character device |
|
exception |
A GError. Error can be generated with three domains; |
Since: 0.7
“message” signalvoid user_function (HinawaSndDg00x *self, guint message, gpointer user_data)
When Dg00x models transfer notification, the “message” signal is generated.
Flags: Run Last
Since: 0.7