BandPassIir2NodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

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

Static members

Name Type
BandPassIir2NodeData.typeInfo TypeInformation

Constructors

BandPassIir2NodeData

BandPassIir2NodeData()

Creates a new BandPassIir2NodeData frostbite instance.

BandPassIir2NodeData

BandPassIir2NodeData(guid: Guid)

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

Parameters

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

BandPassIir2NodeData

BandPassIir2NodeData(other: AudioGraphNodeData)

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

Parameters

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

BandPassIir2NodeData

BandPassIir2NodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

frequency

AudioGraphNodePort

bandwidth

AudioGraphNodePort

out

AudioGraphNodePort

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the BandPassIir2NodeData type.

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