VideoCore is a generic video system.
More...
#include "ceWindowInfo.h"
#include "ceVideoInfo.h"
#include "ceVideoVersion.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
Classes |
class | IVideoManager |
| The video manager class, provides fundamental functionality for work in all fields on this library. More...
|
Namespaces |
namespace | ce |
| Main namespace for the entire VideoCore library.
|
Defines |
#define | _CE_VIDEOCORE_H_ 0x1 |
| Include Guard.
|
Functions |
IVideoManager * | CreateVideoManager (void) |
| Create a new video manager.
|
void | DestroyVideoManager (IVideoManager **Instance=NULL) |
| Destroy a video manager.
|
Detailed Description
VideoCore is a generic video system.
Define Documentation
#define _CE_VIDEOCORE_H_ 0x1 |