Component:AudioMetadata: Difference between revisions

From Resonite Wiki
imported>Mysticporo
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=AudioMetadataComponent.png |Name=Audio Metadata }} <!--T:2--> == Fields == {{Table Componen..."
 
No edit summary
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|LocationName|String|
|LocationName|String|Name of the session the audio was recorded in
|LocationURL|Uri|
|LocationURL|Uri|
|User|User|
|User|User|Host of the session the audio was recorded in
|_machineId|String|
|_machineId|String|Machine ID of the host
|_userId|String|
|_userId|String|User ID of the host
|LocationAccessLevel|Nullable`1|TypeString3=Nullable<SessionAccessLevel>|
|LocationAccessLevel|Nullable`1|TypeString3=Nullable<SessionAccessLevel>|Access level of the session
|LocationHiddenFromListing|Nullable`1|TypeString4=Bool?|
|LocationHiddenFromListing|Nullable`1|TypeString4=Bool?|Whether the session was marked as hidden
|TimeTaken|DateTime|
|TimeTaken|DateTime|Exact timestamp that the audio was recorded at
|User|User|
|User|User|The user who recorded the audio
|_machineId|String|
|_machineId|String|Machine ID of the recording user
|_userId|String|
|_userId|String|User ID of the recording user
|NeosVersion|String|
|AppVersion|String|Resonite version number of the recording user
|PresentUsers|SyncList`1|TypeString8=SyncList<UserRef>|
|PresentUsers|SyncList`1|TypeString8=SyncList<UserRef>|List of users within the session
}}
}}



Revision as of 13:15, 12 January 2024


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