========================================================================
       WIN32 APPLICATION : Sample5
========================================================================

DirectShow sample application for:

	Configure and save .avi files to disk.
	Configure and save .wmv files to disk.
	See TODO: for configuration of your preferred audio capture device.

   Load and use the IAMStreamControl interface (User-Mode streaming source filters only).

Sample5.cpp
    This is the main application source file.

Sample5.vcproj (MS VS 2008 project file)
    This file contains information at the project level and is used to build 
    a single project or subproject using Kernel streaming source filters.
    Other users can share the project (.vcproj) file, but they should export
    the makefiles locally.

Sample5_um.vcproj (MS VS 2008 project file)
    This file contains information at the project level and is used to build 
    a single project or subproject using User-Mode streaming source filters.
    Other users can share the project (.vcproj) file, but they should export
    the makefiles locally.

/////////////////////////////////////////////////////////////////////////////
