MixerEntry

Inherits from AudioGraphNodePortGroup

Summary

Constructors

MixerEntry()
MixerEntry(guid: Guid)
MixerEntry(other: AudioGraphNodePortGroup)
MixerEntry(other: DataContainer)

Properties

Name Type
inValue AudioGraphNodePort
amplitude AudioGraphNodePort
plugin SoundGraphPluginRef

Static members

Name Type
MixerEntry.typeInfo TypeInformation

Constructors

MixerEntry

MixerEntry()

Creates a new MixerEntry frostbite instance.

MixerEntry

MixerEntry(guid: Guid)

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

Parameters

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

MixerEntry

MixerEntry(other: AudioGraphNodePortGroup)

Casts an instance of type AudioGraphNodePortGroup to MixerEntry. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodePortGroup The instance to cast to MixerEntry.

MixerEntry

MixerEntry(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

amplitude

AudioGraphNodePort

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the MixerEntry type.

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