Interface
HitakiTascamProtocol
since: 0.0
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.
Available since: 0.0
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.
since: 0.0
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. |
Virtual methods
Hitaki.TascamProtocol.changed
Class closure for the HitakiTascamProtocol::changed
signal.
since: 0.0