FBEventVideoFrameRendering Class Reference

FBEventVideoFrameRendering Class Reference

#include <mobu-python-api.h>

Class Description

Event: Video Frame offline Rendering Event.

+ Inheritance diagram for FBEventVideoFrameRendering:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 __reduce__ ()
 
 __init__ (...)
 Constructor. More...
 

Public Attributes

kInt64 FrameNumber
 Read Only Property: Current frame number More...
 
kInt64 FrameCount
 Read Only Property: Frame count More...
 
EState State
 Read Only Property: Current rendering state More...
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Member Function Documentation

__init__ ( object  arg1)

Constructor.

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBEventVideoFrameRendering(HKEventBase pEvent) 
Parameters
pEventBase event (internal) to obtain information from.
__reduce__ ( )

Member Data Documentation

kInt64 FrameCount

Read Only Property: Frame count

kInt64 FrameNumber

Read Only Property: Current frame number

EState State

Read Only Property: Current rendering state