Top | ![]() |
![]() |
![]() |
![]() |
HinawaSndTscm * | hinawa_snd_tscm_new () |
void | hinawa_snd_tscm_open () |
const guint32 * | hinawa_snd_tscm_get_state () |
A HinawaSndTscm is an application of protocol defined by TASCAM. This inherits HinawaSndUnit.
HinawaSndTscm *
hinawa_snd_tscm_new (void
);
Instantiate HinawaSndTscm object and return the instance.
Since: 1.3.
void hinawa_snd_tscm_open (HinawaSndTscm *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: 1.1
const guint32 * hinawa_snd_tscm_get_state (HinawaSndTscm *self
,GError **exception
);
Get the latest states of target device.
self |
||
exception |
A GError. Error can be generated with domain of |
Since: 1.1
“control”
signalvoid user_function (HinawaSndTscm *self, guint index, guint before, guint after, gpointer user_data)
When TASCAM FireWire unit transfer control message, the “control” signal is emitted.
self |
||
index |
the numerical index on image of status and control info. |
|
before |
the value of info before changed. |
|
after |
the value of info after changed. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 1.1