HighPassIir2NodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
inValue AudioGraphNodePort
frequency AudioGraphNodePort
out AudioGraphNodePort
plugin SoundGraphPluginRef

Static members

Name Type
HighPassIir2NodeData.typeInfo TypeInformation

Constructors

HighPassIir2NodeData

HighPassIir2NodeData()

Creates a new HighPassIir2NodeData frostbite instance.

HighPassIir2NodeData

HighPassIir2NodeData(guid: Guid)

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

Parameters

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

HighPassIir2NodeData

HighPassIir2NodeData(other: AudioGraphNodeData)

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

Parameters

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

HighPassIir2NodeData

HighPassIir2NodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

frequency

AudioGraphNodePort

out

AudioGraphNodePort

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the HighPassIir2NodeData type.

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