FBAudioIn Class Reference

FBAudioIn Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBAudioIn:

Public Member Functions

SetDelay ()
 
GetDestination ()
 
SetRecordingFormat ()
 
__init__ ()
 
GetSupportedFormats ()
 
GetRecordingFormat ()
 
SetDestination ()
 
GetDelay ()
 
SetOnline ()
 
IsOnline ()
 
TurnOffRecording ()
 
PrepareToRecord ()
 
IsReadyToRecord ()
 
__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__ ( )
GetDelay ( )

Python Docstring:

GetDelay( (FBAudioIn)arg1) -> FBTime 
GetDestination ( )

Python Docstring:

GetDestination( (FBAudioIn)arg1) -> object 
GetRecordingFormat ( )

Python Docstring:

GetRecordingFormat( (FBAudioIn)arg1) -> int 
GetSupportedFormats ( )

Python Docstring:

GetSupportedFormats( (FBAudioIn)arg1) -> int 
IsOnline ( )

Python Docstring:

IsOnline( (FBAudioIn)arg1) -> bool 
IsReadyToRecord ( )

Python Docstring:

IsReadyToRecord( (FBAudioIn)arg1) -> bool 
PrepareToRecord ( )

Python Docstring:

PrepareToRecord( (FBAudioIn)arg1, (str)arg2 [, (FBExistingClipAction)arg3 [, (FBExistingFileAction)arg4]]) -> bool 
SetDelay ( )

Python Docstring:

SetDelay( (FBAudioIn)arg1, (FBTime)arg2) -> bool 
SetDestination ( )

Python Docstring:

SetDestination( (FBAudioIn)arg1, (object)arg2) -> bool 
SetOnline ( )

Python Docstring:

SetOnline( (FBAudioIn)arg1, (object)arg2) -> bool 
SetRecordingFormat ( )

Python Docstring:

SetRecordingFormat( (FBAudioIn)arg1, (object)arg2) -> bool 
TurnOffRecording ( )

Python Docstring:

TurnOffRecording( (FBAudioIn)arg1) -> bool