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