Component:AudioMetadata

From Resonite Wiki
Revision as of 13:15, 12 January 2024 by AsbestosJohn (talk | contribs)


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


Component image 
Audio Metadata component as seen in the Scene Inspector


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.
LocationName String Name of the session the audio was recorded in
LocationURL Uri
User User Host of the session the audio was recorded in
_machineId Nullable<SessionAccessLevel> Machine ID of the host
_userId Bool? User ID of the host
LocationAccessLevel Nullable`1 Access level of the session
LocationHiddenFromListing Nullable`1 Whether the session was marked as hidden
TimeTaken DateTime Exact timestamp that the audio was recorded at
User SyncList<UserRef> The user who recorded the audio
_machineId String Machine ID of the recording user
_userId String User ID of the recording user
AppVersion String Resonite version number of the recording user
PresentUsers SyncList`1 List of users within the session

Usage

Examples

Related Components