#include "Component/ModelManager.H"
#include "Media/Streamer.H"
#include "Util/StringConversions.H"
#include "Devices/KeyBoard.H"
#include "Raster/Raster.H"
#include <iostream>
#include <fstream>
#include <deque>
#include <vector>
Go to the source code of this file.
Classes | |
class | iPlayer |
Defines | |
#define | INIT_BUFF_LENGTH 100 |
Functions | |
int | main (const int argc, const char **argv) |
An awesome ilab media player, basically a ifstream and ofstream with some added key commands for forward, backward, pause, and to mark frame numbers.
Definition in file app-iplayer.C.