int raw1394_async_stream (raw1394handle_t handle, unsigned int channel, unsigned int tag, unsigned int sy, unsigned int speed, size_t length, quadlet_t * data);
int raw1394_async_stream
libraw1394 handle
the isochronous channel number to send on
data to be put into packet's tag field
data to be put into packet's sy field
speed at which to send
amount of data to send
pointer to data to send
0 on success or -1 on failure (sets errno)