Public Member Functions

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 possiblity 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 vali one, simply change its Filename property to point to a supported media file.

Definition at line 145 of file fbvideo.h.

#include <fbvideo.h>

Inheritance diagram for FBVideo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

FBVideo ( char *  pName,
HIObject  pObject = NULL 
)

Constructor.

Parameters:
pName Name of video media.
pObject Internal 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.

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