-/// Filters filters = new Filters();
-/// foreach ( Filter f in filters.VideoInputDevices )
-/// {
-/// Debug.WriteLine( f.Name );
-/// }
-///
-///
-/// string savedMonikerString = myFilter.MonikerString;
-///
-///
-/// To recall the filter create a new Filter class and pass the
-/// string to the constructor:
-///
-/// Filter mySelectedFilter = new Filter( savedMonikerString );
-///
-///