Component:AudioStreamInterface

From Resonite Wiki
Component image 
Audio Stream Interface component as seen in the Scene Inspector

The AudioStreamInterface component is used on AudioStream objects that are spawned in by the user via the dash to allow the engine to interface with the stored audio stream.

This is a favorite-able item like a favorite text viewer or a favorite world load indicator


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.
ItemName IField`1<String> The name of the stream like Frooxius's Stream
SpawningUser UserRef The user that spawned the stream
SpawningUserID IField`1<String> The userid field of the SpawningUser
IsInstance Bool Whether this interface is being edited or is part of a spawned audio stream.
Source SyncRef`1<IAudioStream> The audio stream this interfaces with
Bitrate IField`1<Int> The Bitrate setting of the spawned audiostream interface (like a UIX)
Volume IField`1<Float> The Volume slider/setting of the spawned audio stream interface (like a UIX)
Spatialize IField`1<Bool> The Spatialize setting of the spawned audio stream interface (like a UIX)

Usage

Can be used to make your own audio stream player interface as an inventory favorite

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also