#include <fbvideo.h>

Definition at line 235 of file fbvideo.h.
Public Member Functions |
|
| FBVideoMemory (char *pName, HIObject pObject=NULL) | |
| Constructor. |
|
| virtual void | SetObjectImageSize (int pW, int pH) |
| Set image size. |
|
Public Attributes |
|
| FBPropertyInt | TextureOGLId |
| Read Write Property: Opengl texture
id. |
|
| FBVideoMemory | ( | char * | pName, | |
| HIObject | pObject = NULL |
|||
| ) |
Constructor.
| pName | Name of video media. | |
| pObject | Internal parent object(default=NULL). |
| virtual void SetObjectImageSize | ( | int | pW, | |
| int | pH | |||
| ) | [virtual] |
Set image size.
| pW | Width of image. | |
| pH | Height of image. |