FBPlayerControl Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBPlayerControl:

Public Member Functions

GetTransportMode ()
 
GetTransportFpsValue ()
 
GetTransportFps ()
 
GetGlobalTimeMarkColor ()
 
GetEditCurrentTime ()
 
__init__ ()
 
GetGlobalTimeMarkTime ()
 
GetEditZoomStop ()
 
GetEditZoomStart ()
 
GetEditStop ()
 
GetEditStart ()
 
__reduce__ ()
 
Goto ()
 
GotoStart ()
 
SetGlobalTimeMarkTime ()
 
GotoNextKey ()
 
SetEditStop ()
 
Record ()
 
Key ()
 
IsLocked ()
 
EvaluationPause ()
 
GotoPreviousKey ()
 
StepBackward ()
 
SetEditZoomStop ()
 
SetEditStart ()
 
GetPlaySpeed ()
 
SetTransportFps ()
 
GetPlaySpeedMode ()
 
LockTransport ()
 
GotoEnd ()
 
GetPreviousGlobalTimeMarkIndex ()
 
EvaluationResume ()
 
DeleteGlobalTimeMark ()
 
SetEditZoomStart ()
 
SetPlaySpeedMode ()
 
Play ()
 
SetTimeReferential ()
 
PlayReverse ()
 
Stop ()
 
StepForward ()
 
DeleteAllGlobalTimeMarks ()
 
SetGlobalTimeMarkName ()
 
GetGlobalTimeMarkAction ()
 
SetGlobalTimeMarkColor ()
 
SetPlaySpeed ()
 
SetGlobalTimeMarkAction ()
 
GetNextGlobalTimeMarkIndex ()
 
GetGlobalTimeMarkName ()
 
GetGlobalTimeMarkCount ()
 
GetTimeReferential ()
 
AddGlobalTimeMark ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Public Attributes

object IsPlaying
 
object IsRecording
 
object IsPlotting
 
object LoopActive
 
object LoopStart
 
object LoopStop
 
object NextMarker
 
object PreviousMarker
 
object SnapMode
 
object LoopMode
 
object TransportTimeFormat
 
object ZoomWindowStart
 
object ZoomWindowStop
 
object RecordingSamplingPeriod
 
object PlotSamplingPeriod
 
object OnChange
 
- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 
__reduce__ ( )
AddGlobalTimeMark ( )

Python Docstring:

AddGlobalTimeMark( (FBPlayerControl)arg1, (FBTime)arg2) -> int 
DeleteAllGlobalTimeMarks ( )

Python Docstring:

DeleteAllGlobalTimeMarks( (FBPlayerControl)arg1) -> None 
DeleteGlobalTimeMark ( )

Python Docstring:

DeleteGlobalTimeMark( (FBPlayerControl)arg1, (object)arg2) -> bool 
EvaluationPause ( )

Python Docstring:

EvaluationPause( (FBPlayerControl)arg1) -> None 
EvaluationResume ( )

Python Docstring:

EvaluationResume( (FBPlayerControl)arg1) -> None 
GetEditCurrentTime ( )

Python Docstring:

GetEditCurrentTime( (FBPlayerControl)arg1) -> FBTime 
GetEditStart ( )

Python Docstring:

GetEditStart( (FBPlayerControl)arg1) -> FBTime 
GetEditStop ( )

Python Docstring:

GetEditStop( (FBPlayerControl)arg1) -> FBTime 
GetEditZoomStart ( )

Python Docstring:

GetEditZoomStart( (FBPlayerControl)arg1) -> FBTime 
GetEditZoomStop ( )

Python Docstring:

GetEditZoomStop( (FBPlayerControl)arg1) -> FBTime 
GetGlobalTimeMarkAction ( )

Python Docstring:

GetGlobalTimeMarkAction( (FBPlayerControl)arg1, (object)arg2) -> FBTimeMarkAction 
GetGlobalTimeMarkColor ( )

Python Docstring:

GetGlobalTimeMarkColor( (FBPlayerControl)arg1, (object)arg2) -> FBColor 
GetGlobalTimeMarkCount ( )

Python Docstring:

GetGlobalTimeMarkCount( (FBPlayerControl)arg1) -> int 
GetGlobalTimeMarkName ( )

Python Docstring:

GetGlobalTimeMarkName( (FBPlayerControl)arg1, (object)arg2) -> str 
GetGlobalTimeMarkTime ( )

Python Docstring:

GetGlobalTimeMarkTime( (FBPlayerControl)arg1, (object)arg2) -> FBTime 
GetNextGlobalTimeMarkIndex ( )

Python Docstring:

GetNextGlobalTimeMarkIndex( (FBPlayerControl)arg1) -> int 
GetPlaySpeed ( )

Python Docstring:

GetPlaySpeed( (FBPlayerControl)arg1) -> float 
GetPlaySpeedMode ( )

Python Docstring:

GetPlaySpeedMode( (FBPlayerControl)arg1) -> FBTransportPlaySpeed 
GetPreviousGlobalTimeMarkIndex ( )

Python Docstring:

GetPreviousGlobalTimeMarkIndex( (FBPlayerControl)arg1) -> int 
GetTimeReferential ( )

Python Docstring:

GetTimeReferential( (FBPlayerControl)arg1) -> FBTimeReferential 
GetTransportFps ( )

Python Docstring:

GetTransportFps( (FBPlayerControl)arg1) -> FBTimeMode 
GetTransportFpsValue ( )

Python Docstring:

GetTransportFpsValue( (FBPlayerControl)arg1 [, (FBTimeMode)arg2]) -> float 
GetTransportMode ( )

Python Docstring:

GetTransportMode( (FBPlayerControl)arg1) -> FBTransportMode 
Goto ( )

Python Docstring:

Goto( (FBPlayerControl)arg1, (FBTime)arg2 [, (FBTimeReferential)arg3]) -> bool 
GotoEnd ( )

Python Docstring:

GotoEnd( (FBPlayerControl)arg1 [, (FBTimeReferential)arg2]) -> bool 
GotoNextKey ( )

Python Docstring:

GotoNextKey( (FBPlayerControl)arg1) -> None 
GotoPreviousKey ( )

Python Docstring:

GotoPreviousKey( (FBPlayerControl)arg1) -> None 
GotoStart ( )

Python Docstring:

GotoStart( (FBPlayerControl)arg1 [, (FBTimeReferential)arg2]) -> bool 
IsLocked ( )

Python Docstring:

IsLocked( (FBPlayerControl)arg1) -> bool 
Key ( )

Python Docstring:

Key( (FBPlayerControl)arg1) -> None 
LockTransport ( )

Python Docstring:

LockTransport( (FBPlayerControl)arg1, (object)arg2) -> None 
Play ( )

Python Docstring:

Play( (FBPlayerControl)arg1 [, (object)arg2]) -> bool 
PlayReverse ( )

Python Docstring:

PlayReverse( (FBPlayerControl)arg1 [, (object)arg2]) -> bool 
Record ( )

Python Docstring:

Record( (FBPlayerControl)arg1 [, (object)arg2 [, (object)arg3]]) -> bool 
SetEditStart ( )

Python Docstring:

SetEditStart( (FBPlayerControl)arg1, (FBTime)arg2) -> None 
SetEditStop ( )

Python Docstring:

SetEditStop( (FBPlayerControl)arg1, (FBTime)arg2) -> None 
SetEditZoomStart ( )

Python Docstring:

SetEditZoomStart( (FBPlayerControl)arg1, (FBTime)arg2) -> None 
SetEditZoomStop ( )

Python Docstring:

SetEditZoomStop( (FBPlayerControl)arg1, (FBTime)arg2) -> None 
SetGlobalTimeMarkAction ( )

Python Docstring:

SetGlobalTimeMarkAction( (FBPlayerControl)arg1, (object)arg2, (FBTimeMarkAction)arg3) -> bool 
SetGlobalTimeMarkColor ( )

Python Docstring:

SetGlobalTimeMarkColor( (FBPlayerControl)arg1, (object)arg2, (FBColor)arg3) -> bool 
SetGlobalTimeMarkName ( )

Python Docstring:

SetGlobalTimeMarkName( (FBPlayerControl)arg1, (object)arg2, (str)arg3) -> bool 
SetGlobalTimeMarkTime ( )

Python Docstring:

SetGlobalTimeMarkTime( (FBPlayerControl)arg1, (object)arg2, (FBTime)arg3) -> int 
SetPlaySpeed ( )

Python Docstring:

SetPlaySpeed( (FBPlayerControl)arg1, (object)arg2) -> None 
SetPlaySpeedMode ( )

Python Docstring:

SetPlaySpeedMode( (FBPlayerControl)arg1, (FBTransportPlaySpeed)arg2) -> None 
SetTimeReferential ( )

Python Docstring:

SetTimeReferential( (FBPlayerControl)arg1, (FBTimeReferential)arg2) -> None 
SetTransportFps ( )

Python Docstring:

SetTransportFps( (FBPlayerControl)arg1, (FBTimeMode)arg2 [, (object)arg3]) -> None 
StepBackward ( )

Python Docstring:

StepBackward( (FBPlayerControl)arg1 [, (FBTimeReferential)arg2]) -> bool 
StepForward ( )

Python Docstring:

StepForward( (FBPlayerControl)arg1 [, (FBTimeReferential)arg2]) -> bool 
Stop ( )

Python Docstring:

Stop( (FBPlayerControl)arg1) -> bool 

Member Data Documentation

object IsPlaying
object IsPlotting
object IsRecording
object LoopActive
object LoopMode
object LoopStart
object LoopStop
object NextMarker
object OnChange
object PlotSamplingPeriod
object PreviousMarker
object RecordingSamplingPeriod
object SnapMode
object TransportTimeFormat
object ZoomWindowStart
object ZoomWindowStop