Component image
The AudioStreamSpawner component is used as part of the dash to spawn a selected audio stream.
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. |
BitrateKbps
|
Float | The bitrate the audio stream should be |
DeviceID
|
String | not a stub |
_bitrateString
|
String | The bitrate as a string. |
Sync Delegates
Method Name | Method type and Arguments. | Description |
---|---|---|
OnStartStreaming()
|
Delegate<IButton: button, ButtonEventData: eventData> | Triggered by a button in order to spawn the stream in the world. |
Usage
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.