========================================================================
       WIN32 APPLICATION : Sample4
========================================================================

DirectShow sample application for:

	Parse and programmatically setting the command line.
	Example: -input=1 -fps=60 -subformat=RGB32 -buffer=640,480 -window=30,20,640,480
	
Sample4.cpp
    This is the main application source file.

Sample4.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.

Sample4_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.

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