|
Linux Kernel
3.7.1
|
#include <dvb-usb.h>
Data Fields | |
| int | type |
| int | count |
| int | endpoint |
| union { | |
| struct { | |
| int buffersize | |
| } bulk | |
| struct { | |
| int framesperurb | |
| int framesize | |
| int interval | |
| } isoc | |
| } | u |
| u8 | type |
| u8 | count |
| u8 | endpoint |
| union { | |
| struct { | |
| unsigned int buffersize | |
| } bulk | |
| struct { | |
| int framesperurb | |
| int framesize | |
| int interval | |
| } isoc | |
| } | u |
Properties of USB streaming - TODO this structure should be somewhere else describes the kind of USB transfer used for data-streaming. (BULK or ISOC)
usb streaming configration for adapter : urb type : count of used urbs : stream usb endpoint number
| struct { ... } bulk |
| struct { ... } bulk |
| struct { ... } isoc |
| struct { ... } isoc |
| union { ... } u |
| union { ... } u |
1.8.2