|
xoreos
0.0.5
|
Decoding RAD Game Tools' Bink videos. More...
#include <vector>#include "src/common/types.h"#include "src/common/rational.h"#include "src/common/scopedptr.h"#include "src/video/decoder.h"

Go to the source code of this file.
Classes | |
| class | Video::Bink |
| A decoder for RAD Game Tools' Bink videos. More... | |
| struct | Video::Bink::AudioInfo |
| An audio track. More... | |
| struct | Video::Bink::VideoFrame |
| A video frame. More... | |
| class | Video::Bink::BinkVideoTrack |
| struct | Video::Bink::BinkVideoTrack::DecodeContext |
| A decoder state. More... | |
| struct | Video::Bink::BinkVideoTrack::Huffman |
| Data structure for decoding and translating Huffman'd data. More... | |
| struct | Video::Bink::BinkVideoTrack::Bundle |
| Data structure used for decoding a single Bink data type. More... | |
| class | Video::Bink::BinkAudioTrack |
Namespaces | |
| Common | |
| Sound | |
| Video | |
Decoding RAD Game Tools' Bink videos.
Definition in file bink.h.
1.8.14