Main namespace for the entire VideoCore library.
More...
Detailed Description
Main namespace for the entire VideoCore library.
Function Documentation
Create a new video manager.
- Returns:
- If this succeeds, the return is a IVideoManager pointer or if this fails, the return is a NULL value.
void ce::DestroyVideoManager |
( |
IVideoManager ** |
Instance = NULL |
) |
|
Destroy a video manager.
- Parameters:
-
| Instance | The video manager instance that will be destroyed. |