LimiterNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
inValue AudioGraphNodePort
threshold AudioGraphNodePort
releaseTime AudioGraphNodePort
out AudioGraphNodePort
channelMode LimiterChannelMode
plugin SoundGraphPluginRef

Static members

Name Type
LimiterNodeData.typeInfo TypeInformation

Constructors

LimiterNodeData

LimiterNodeData()

Creates a new LimiterNodeData frostbite instance.

LimiterNodeData

LimiterNodeData(guid: Guid)

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

Parameters

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

LimiterNodeData

LimiterNodeData(other: AudioGraphNodeData)

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

Parameters

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

LimiterNodeData

LimiterNodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

threshold

AudioGraphNodePort

releaseTime

AudioGraphNodePort

out

AudioGraphNodePort

channelMode

LimiterChannelMode

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the LimiterNodeData type.

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