xoreos
0.0.5
|
Generic video decoder interface. More...
#include <vector>
#include <boost/shared_ptr.hpp>
#include "src/common/types.h"
#include "src/common/rational.h"
#include "src/common/scopedptr.h"
#include "src/common/timestamp.h"
#include "src/graphics/types.h"
#include "src/graphics/glcontainer.h"
#include "src/graphics/renderable.h"
#include "src/sound/types.h"
Go to the source code of this file.
Classes | |
class | Video::VideoDecoder |
A generic interface for video decoders. More... | |
class | Video::VideoDecoder::Track |
An abstract representation of a track in a movie. More... | |
class | Video::VideoDecoder::VideoTrack |
An abstract representation of a video track. More... | |
class | Video::VideoDecoder::FixedRateVideoTrack |
A VideoTrack that is played at a constant rate. More... | |
class | Video::VideoDecoder::AudioTrack |
An abstract representation of an audio track. More... | |
Namespaces | |
Graphics | |
Sound | |
Video | |
Generic video decoder interface.
Definition in file decoder.h.