LowPassFir64NodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
inValue AudioGraphNodePort
frequency AudioGraphNodePort
out AudioGraphNodePort
plugin SoundGraphPluginRef

Static members

Name Type
LowPassFir64NodeData.typeInfo TypeInformation

Constructors

LowPassFir64NodeData

LowPassFir64NodeData()

Creates a new LowPassFir64NodeData frostbite instance.

LowPassFir64NodeData

LowPassFir64NodeData(guid: Guid)

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

Parameters

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

LowPassFir64NodeData

LowPassFir64NodeData(other: AudioGraphNodeData)

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

Parameters

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

LowPassFir64NodeData

LowPassFir64NodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

frequency

AudioGraphNodePort

out

AudioGraphNodePort

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the LowPassFir64NodeData type.

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