raw1394_start_iso_rcv
Name
raw1394_start_iso_rcv -- enable isochronous receiving (DEPRECATED)
Synopsis
int raw1394_start_iso_rcv
(raw1394handle_t handle, unsigned int channel);
Arguments
handle
libraw1394 handle
channel
channel number to start receiving on
Description
DEPRECATED
Enables the reception of isochronous packets in channel
on handle
.
Isochronous packets are then passed to the callback specified with
raw1394_set_iso_handler
.