d47b86aef63e5be42cc40898512bcbe55d289912
Stefan Schuermans first version, plays videos...

Stefan Schuermans authored 13 years ago

1) #include "CallMgr.h"
2) #include "Directory.h"
3) #include "Player.h"
Stefan Schuermans implemented stream printer...

Stefan Schuermans authored 13 years ago

4) #include "Printer.h"
Stefan Schuermans first version, plays videos...

Stefan Schuermans authored 13 years ago

5) #include "StreamMgr.h"
6) 
7) using namespace Blinker;
8) 
9) int main()
10) {
11)   CallMgr callMgr;
12)   StreamMgr streamMgr;
13) 
14)   Player player(callMgr, streamMgr, Directory("../example.cfg/players/hdl"));
Stefan Schuermans implemented stream printer...

Stefan Schuermans authored 13 years ago

15)   Printer printer(streamMgr, Directory("../example.cfg/printers/hdl"));