It seems as though there isn't a "video" type class. I couldn't find any thing in the msdn library that involves video. There is stuff with images (and I am considering seeing if there is a rendering class and linking that to the webcam and just have it go in a loop), but I have been unsuccessful in finding a video specific one...
I guess this means I might have to write a whole class on getting video. Joy!
Edit: I have found a thing in the msdn called
DirectShow that might solve my problem. I still need to know if it is included in the .NET Framework. From how the library is setup it would seem it is not.