Transport control and timing management interface. More...
Go to the source code of this file.
Classes | |
class | FBEventPlayerControlChange |
class | FBPlayerControl |
Player control. More... | |
class | FBReferenceTime |
Reference time class. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
Functions | |
FB_DEFINE_ENUM (K_DLLIMPORT, TransportMode) | |
FB_DEFINE_ENUM (K_DLLIMPORT, TransportTimeFormat) | |
FB_DEFINE_ENUM (K_DLLIMPORT, TransportPlaySpeed) | |
FB_DEFINE_ENUM (K_DLLIMPORT, TransportSnapMode) | |
FB_DEFINE_ENUM (K_DLLIMPORT, TransportLoopMode) | |
FB_DEFINE_ENUM (K_DLLIMPORT, PlayerControlChangeType) | |
__FB_FORWARD (FBEventPlayerControlChange) | |
__FB_FORWARD (FBPlayerControl) | |
__FB_FORWARD (FBReferenceTime) | |
Transport control and timing management interface.
Definition in file fbplayercontrol.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbplayercontrol.h.
Types of player control change events.
Definition at line 120 of file fbplayercontrol.h.
enum FBTransportLoopMode |
Available loop modes for the transport control.
Definition at line 112 of file fbplayercontrol.h.
enum FBTransportMode |
Transport modes.
Definition at line 60 of file fbplayercontrol.h.
enum FBTransportPlaySpeed |
Available transport control play speed.
Definition at line 83 of file fbplayercontrol.h.
enum FBTransportSnapMode |
Available snap methods for the transport control.
Definition at line 102 of file fbplayercontrol.h.
Available transport control time display.
Enumerator | |
---|---|
kFBTimeFormatTimecode | Timecode time display mode. |
kFBTimeFormatFrame | Frame time display mode. |
Definition at line 73 of file fbplayercontrol.h.