This sample application uses the included StreamReader to access the hardware.

It loads a DirectShow graph, VIDEO.GRF, to 'access' DirectShow (the part
responsible for video/audio presentation). In this VIDEO.GRF there are
two -required- components which must be present on the system being used:
 1. MajorPushSource
 2. MPEG2 Demultiplexer

Item 1. is included with the application and can be 'installed' by executing
'register.bat' (and can be uninstalled with 'unregister.bat'.
Item 2. is typically already included on your system.

