I have included the Microsoft.Xna.Framework.Media in my project, and yet I get an error message when I try to create an object of the Video type "The type or namespace Video could not be found". I have looked in the documentation and both what I found do not help :
A solution states to use Microsoft.Xna.Framework.Video, which does not exist at all for VS 2013.
And in the original Microsoft documentation on Microsoft.Xna.Framework.Media, apparently in here, Video is indeed a class that should be existing in the library included.
What to do? I have to include a bunch of videos in my project.