AiffWriterNodeData
Inherits from AudioGraphNodeData
Summary
Constructors
AiffWriterNodeData() |
AiffWriterNodeData(guid: Guid) |
AiffWriterNodeData(other: AudioGraphNodeData) |
AiffWriterNodeData(other: DataContainer) |
Properties
Name | Type |
---|---|
inValue | AudioGraphNodePort |
start | AudioGraphNodePort |
stop | AudioGraphNodePort |
plugin | SoundGraphPluginRef |
fileName | string |
Static members
Name | Type |
---|---|
AiffWriterNodeData.typeInfo | TypeInformation |
Constructors
AiffWriterNodeData
AiffWriterNodeData()
Creates a new AiffWriterNodeData frostbite instance.
AiffWriterNodeData
AiffWriterNodeData(guid: Guid)
Creates a new AiffWriterNodeData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AiffWriterNodeData
AiffWriterNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to AiffWriterNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AudioGraphNodeData | The instance to cast to AiffWriterNodeData. |
AiffWriterNodeData
AiffWriterNodeData(other: DataContainer)
Casts an instance of type DataContainer to AiffWriterNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AiffWriterNodeData. |
Properties
inValue
start
stop
plugin
fileName
string
Static members
typeInfo
The type information for the AiffWriterNodeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)