BandPassFir64NodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

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

Static members

Name Type
BandPassFir64NodeData.typeInfo TypeInformation

Constructors

BandPassFir64NodeData

BandPassFir64NodeData()

Creates a new BandPassFir64NodeData frostbite instance.

BandPassFir64NodeData

BandPassFir64NodeData(guid: Guid)

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

Parameters

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

BandPassFir64NodeData

BandPassFir64NodeData(other: AudioGraphNodeData)

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

Parameters

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

BandPassFir64NodeData

BandPassFir64NodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

frequency

AudioGraphNodePort

bandwidth

AudioGraphNodePort

out

AudioGraphNodePort

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the BandPassFir64NodeData type.

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