FBVideoIn Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBVideoIn:

Public Member Functions

__reduce__ ()
 
LiveGetCompressor ()
 
LiveGetCompressorName ()
 
LiveGetCompressorCount ()
 
__init__ ()
 
LiveSetCompressor ()
 
LiveGetResolutionFR ()
 
LiveGetType ()
 
LiveSetResolutionFR ()
 
LiveGetResolutionFRCount ()
 
LiveGetResolutionFRName ()
 
- Public Member Functions inherited from FBVideo
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBBox
AnimationNodeIsUserData ()
 
AnimationNodeOutGet ()
 
GetInConnector ()
 
AnimationNodeDestroy ()
 
GetOutConnector ()
 
GetOutConnectorCount ()
 
__init__ ()
 
GetInConnectorCount ()
 
AnimationNodeInGet ()
 
__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__ ()
 

Public Attributes

object Online
 
object Recording
 
object RecordAudio
 
object FilePath
 
- Public Attributes inherited from FBVideo
object KeepOnGPU
 
- Public Attributes inherited from FBBox
object Animatable
 
object Live
 
object RecordMode
 
object UniqueName
 
- 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__ ( )
LiveGetCompressor ( )

Python Docstring:

LiveGetCompressor( (FBVideoIn)arg1) -> int 
LiveGetCompressorCount ( )

Python Docstring:

LiveGetCompressorCount( (FBVideoIn)arg1) -> int 
LiveGetCompressorName ( )

Python Docstring:

LiveGetCompressorName( (FBVideoIn)arg1, (object)arg2) -> str 
LiveGetResolutionFR ( )

Python Docstring:

LiveGetResolutionFR( (FBVideoIn)arg1) -> int 
LiveGetResolutionFRCount ( )

Python Docstring:

LiveGetResolutionFRCount( (FBVideoIn)arg1) -> int 
LiveGetResolutionFRName ( )

Python Docstring:

LiveGetResolutionFRName( (FBVideoIn)arg1, (object)arg2) -> str 
LiveGetType ( )

Python Docstring:

LiveGetType( (FBVideoIn)arg1) -> FBVideoLiveType 
LiveSetCompressor ( )

Python Docstring:

LiveSetCompressor( (FBVideoIn)arg1, (object)arg2) -> None 
LiveSetResolutionFR ( )

Python Docstring:

LiveSetResolutionFR( (FBVideoIn)arg1, (object)arg2) -> None 

Member Data Documentation

object FilePath
object Online
object RecordAudio
object Recording