FBVideoGrabber Class Reference

FBVideoGrabber Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBVideoGrabber:

Public Member Functions

BeginGrab ()
 
__init__ ()
 
GetStatistics ()
 
ResetOptions ()
 
SetOptions ()
 
GetLastErrorMsg ()
 
EndGrab ()
 
GetOptions ()
 
Grab ()
 
RenderSnapshot ()
 
__reduce__ ()
 
- 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__ ()
 

Additional Inherited Members

- 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__ ( )
BeginGrab ( )

Python Docstring:

BeginGrab( (FBVideoGrabber)arg1) -> bool 
EndGrab ( )

Python Docstring:

EndGrab( (FBVideoGrabber)arg1) -> None 
GetLastErrorMsg ( )

Python Docstring:

GetLastErrorMsg( (FBVideoGrabber)arg1) -> str 
GetOptions ( )

Python Docstring:

GetOptions( (FBVideoGrabber)arg1) -> FBVideoGrabOptions 
GetStatistics ( )

Python Docstring:

GetStatistics( (FBVideoGrabber)arg1) -> object 
Grab ( )

Python Docstring:

Grab( (FBVideoGrabber)arg1) -> None 
RenderSnapshot ( )

Python Docstring:

RenderSnapshot( (FBVideoGrabber)arg1 [, (object)arg2 [, (object)arg3 [, (object)arg4 [, (object)arg5 [, (object)arg6 [, (object)arg7 [, (object)arg8 [, (object)arg9 [, (object)arg10]]]]]]]]]) -> object 
ResetOptions ( )

Python Docstring:

ResetOptions( (FBVideoGrabber)arg1) -> None 
SetOptions ( )

Python Docstring:

SetOptions( (FBVideoGrabber)arg1, (FBVideoGrabOptions)arg2) -> None