Component:AudioMetadata: Difference between revisions

From Resonite Wiki
Automated: update component fields
Re-add descriptions for location & taken fields
 
Line 13: Line 13:
|LocationName|String|Name of the session the audio was recorded in
|LocationName|String|Name of the session the audio was recorded in
|LocationURL|Uri|
|LocationURL|Uri|
|LocationHost|{{RootFieldType|UserRef}}|TypeAdv2=true|
|LocationHost|{{RootFieldType|UserRef}}|TypeAdv2=true|Host of the session the audio was recorded in
|LocationAccessLevel|'''[[Type:Nullable`1|Nullable`1]]<[[Type:SessionAccessLevel|SessionAccessLevel]]>'''|TypeAdv3=true|Access level of the session
|LocationAccessLevel|'''[[Type:Nullable`1|Nullable`1]]<[[Type:SessionAccessLevel|SessionAccessLevel]]>'''|TypeAdv3=true|Access level of the session
|LocationHiddenFromListing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Bool|Bool]]>'''|TypeAdv4=true|Whether the session was marked as hidden
|LocationHiddenFromListing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Bool|Bool]]>'''|TypeAdv4=true|Whether the session was marked as hidden
|TimeTaken|DateTime|Exact timestamp that the audio was recorded at
|TimeTaken|DateTime|Exact timestamp that the audio was recorded at
|TakenBy|{{RootFieldType|UserRef}}|TypeAdv6=true|
|TakenBy|{{RootFieldType|UserRef}}|TypeAdv6=true|The user who recorded the audio
|TakenGlobalPosition|Float3|
|TakenGlobalPosition|Float3|
|TakenGlobalRotation|FloatQ|
|TakenGlobalRotation|FloatQ|

Latest revision as of 19:07, 1 March 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
LocationHost direct UserRef Host of the session the audio was recorded in
LocationAccessLevel Nullable`1<SessionAccessLevel> Access level of the session
LocationHiddenFromListing Nullable`1<Bool> Whether the session was marked as hidden
TimeTaken DateTime Exact timestamp that the audio was recorded at
TakenBy direct UserRef The user who recorded the audio
TakenGlobalPosition Float3
TakenGlobalRotation FloatQ
TakenGlobalScale Float3
AppVersion String Resonite version number of the recording user
UserInfos list of UserInfo
__legacyPresentUsers list of UserRef

Usage

Examples

Related Components