Name
raw1394_iso_multichannel_recv_init -- initialize multi-channel iso reception
Arguments
- handle
libraw1394 handle
- handler
handler function for receiving packets
- buf_packets
number of isochronous packets to buffer
- max_packet_size
largest packet you need to handle, in bytes (not including
the isochronous header)
- irq_interval
maximum latency of wake-ups, in packets (-1 if you don't care)
Description
Allocates all user and kernel resources necessary for isochronous reception.
Returns
0 on success or -1 on failure (sets errno)