Event: Video Frame offline Rendering Event. More...
#include <fbsystem.h>

Public Types | |
| enum | EState { eBeginRendering = 1 , eRendering , eEndRendering } |
| video rendering state More... | |
Public Member Functions | |
| FBEventVideoFrameRendering (HKEventBase pEvent) | |
| Constructor. | |
| kInt64 | GetFrameNumber () |
| returns the frame number the video renderer is about to render. | |
| kInt64 | GetFrameCount () |
| returns the total number of frames the video renderer is rendering. | |
| FBEventVideoFrameRendering::EState | GetState () |
| returns the current state of the video renderer. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Additional Inherited Members | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
Event: Video Frame offline Rendering Event.
Definition at line 100 of file fbsystem.h.
| enum EState |
video rendering state
Definition at line 109 of file fbsystem.h.
| FBEventVideoFrameRendering | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| kInt64 GetFrameCount | ( | ) |
returns the total number of frames the video renderer is rendering.
| kInt64 GetFrameNumber | ( | ) |
returns the frame number the video renderer is about to render.
| FBEventVideoFrameRendering::EState GetState | ( | ) |
returns the current state of the video renderer.