LowShelfIir2NodeData

Inherits from AudioGraphNodeData

Summary

Constructors

LowShelfIir2NodeData()
LowShelfIir2NodeData(guid: Guid)
LowShelfIir2NodeData(other: AudioGraphNodeData)
LowShelfIir2NodeData(other: DataContainer)

Properties

Name Type
inValue AudioGraphNodePort
frequency AudioGraphNodePort
amplitude AudioGraphNodePort
out AudioGraphNodePort
plugin SoundGraphPluginRef

Static members

Name Type
LowShelfIir2NodeData.typeInfo TypeInformation

Constructors

LowShelfIir2NodeData

LowShelfIir2NodeData()

Creates a new LowShelfIir2NodeData frostbite instance.

LowShelfIir2NodeData

LowShelfIir2NodeData(guid: Guid)

Creates a new LowShelfIir2NodeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

LowShelfIir2NodeData

LowShelfIir2NodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to LowShelfIir2NodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to LowShelfIir2NodeData.

LowShelfIir2NodeData

LowShelfIir2NodeData(other: DataContainer)

Casts an instance of type DataContainer to LowShelfIir2NodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to LowShelfIir2NodeData.

Properties

inValue

AudioGraphNodePort

frequency

AudioGraphNodePort

amplitude

AudioGraphNodePort

out

AudioGraphNodePort

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the LowShelfIir2NodeData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)