Component:AudioStreamController

From Resonite Wiki
Revision as of 20:30, 10 February 2025 by 989onan (talk | contribs) (add info)
Component image 
Audio Stream Controller component as seen in the Scene Inspector

The AudioStreamController component is an old legacy component.

This shouldn't be used! For a modern component that does the same thing and is customizable, see AudioStreamInterface.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Stream IAudioStream The audio stream this is controlling.
AudioOutput AudioOutput The audio output being used to play the stream.
IsPlayingForOwner raw output of Bool Whether the audio stream is playing for the user who spawned it.

Sync Delegates

Lua error in mw.text.lua at line 25: bad argument #1 to 'match' (string expected, got nil).
Triggers
Method Name Method type and Arguments. Is the method hidden? Description

Usage

Legacy.

Examples

Legacy.

See Also