#ifndef _SDL_VIDEO_OUT_HH_ #define _SDL_VIDEO_OUT_HH_ #include #include "VideoOut.hh" #include /** \class SDL2 * \brief The SDL class provides a method for viewing live video streams. * * The SDL class inhierits from the VideoOut class and serves as * a platform-independent method of displaying live video. It uses the * Simple Directmedia Layer libraries (available at *