Interface
HitakiTascamProtocol
Description [src]
interface Hitaki.TascamProtocol : GObject.Object
An interface for protocol of TASCAM FireWire series.
TASCAM FireWire series transfer image of device state by either isochronous or asynchronous
packets. The HitakiTascamProtocol
is an object interface for the image and the change of state
in the TASCAM FireWire protocol.
Prerequisite
In order to implement TascamProtocol, your type must inherit fromGObject
.
Signals
Hitaki.TascamProtocol::changed
Emitted when the part of image differed for the change of device state.
Interface structure
struct HitakiTascamProtocolInterface {
GTypeInterface iface;
gboolean (* read_state) (
HitakiTascamProtocol* self,
guint32* const* state,
gsize* count,
GError** error
);
void (* changed) (
HitakiTascamProtocol* self,
guint index,
guint before,
guint after
);
}
No description available.
Interface members
iface |
|
No description available. | |
read_state |
|
No description available. | |
changed |
|
No description available. |