Theora Playback Library
1.0.0
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
theoraplayer
include
theoraplayer
TheoraWorkerThread.h
Go to the documentation of this file.
1
/************************************************************************************
2
This source file is part of the Theora Video Playback Library
3
For latest info, see http://libtheoraplayer.sourceforge.net/
4
*************************************************************************************
5
Copyright (c) 2008-2013 Kresimir Spes (kspes@cateia.com)
6
This program is free software; you can redistribute it and/or modify it under
7
the terms of the BSD license: http://www.opensource.org/licenses/bsd-license.php
8
*************************************************************************************/
9
#ifndef _TheoraWorkerThread_h
10
#define _TheoraWorkerThread_h
11
12
#include "
TheoraAsync.h
"
13
14
class
TheoraVideoClip
;
15
20
class
TheoraWorkerThread
:
public
TheoraThread
21
{
22
TheoraVideoClip
* mClip;
23
public
:
24
TheoraWorkerThread
();
25
~TheoraWorkerThread
();
26
27
TheoraVideoClip
*
getAssignedClip
() {
return
mClip; }
28
30
void
executeThread
();
31
};
32
#endif
Generated by
1.8.3.1