Public Member Functions | Public Attributes

FBVideo Class Reference

This reference page is linked to from the following overview topics: FBApplication - File I/O and Application Utilities, Utility Classes, File Input and Output.


Search for all occurrences

Detailed Description

Video media class.

Similar to the FBModel class, the FBVideo class serves as a general media class for images, video clips and video memory, as well as the possibility of custom formats and custom live cards.

Warning:
To have a valid FBVideo object, it must be constructed with a string pointing to a valid media file. After the creation, the method 'IsValid()' should be used to confirm the object's status. An invalid object cannot be used or interact with any other application object. The only property that can be read and modified is its 'Filename'. To make convert an invalid FBVideo object into a valid one, simply change its Filename property to point to a supported media file.

Definition at line 167 of file fbvideo.h.

#include <fbvideo.h>

Inheritance diagram for FBVideo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 FBVideo (const char *pName, HIObject pObject=NULL)
 Constructor.

Public Attributes

FBPropertyBool KeepOnGPU
 Read Write Property: Don't auto flush from GPU if true.

Constructor & Destructor Documentation

FBVideo ( const char *  pName,
HIObject  pObject = NULL 
)

Constructor.

Parameters:
pNameName of video media.
pObjectInternal parent object(default=NULL).
Warning:
The pName parameter must point to a valid media file, otherwise the object will not be valid. Use the method 'IsValid()' to confirm the object status.

Member Data Documentation

Read Write Property: Don't auto flush from GPU if true.

session runtime flag, won't be saved.

Definition at line 179 of file fbvideo.h.


The documentation for this class was generated from the following file:

FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo
FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo FBVideo