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