Automated: update Categories, SyncDelegates  | 
				 Automated: update Replace  | 
				||
| Line 44: | Line 44: | ||
</translate>  | </translate>  | ||
[[Category:Components{{#translation:}}|Audio Metadata]]  | [[Category:Components{{#translation:}}|Audio Metadata]]  | ||
[[Category:  | [[Category:ComponentStubs]]  | ||
[[Category:Components:Data{{#translation:}}|Audio Metadata]]  | [[Category:Components:Data{{#translation:}}|Audio Metadata]]  | ||
Revision as of 21:05, 6 November 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 

Audio Metadata is a component that is automatically added to audio clips recorded with the Microphone Tool. It stores data about when, where, and by whom the audio was recorded.
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. Some components stop their functionality when this field is disabled, but some don't. | 
LocationName
 | 
String | Name of the session the audio was recorded in | 
LocationURL
 | 
Uri | the URI of the world the audio was recorded in | 
LocationHost
 | 
direct UserRef | Host of the session the audio was recorded in | 
LocationAccessLevel
 | 
Nullable`1<SessionAccessLevel> | Access level of the session the audio was recorded in | 
LocationHiddenFromListing
 | 
Nullable`1<Bool> | Whether the session was marked as hidden when the audio was recorded. | 
TimeTaken
 | 
DateTime | Exact timestamp that the audio was recorded at | 
TakenBy
 | 
direct UserRef | The user who recorded the audio | 
TakenGlobalPosition
 | 
Float3 | the position in global space the microphone tip was at the time of recording. | 
TakenGlobalRotation
 | 
FloatQ | the rotation in global space the microphone tip was at the time of recording. | 
TakenGlobalScale
 | 
Float3 | the scale in global space the microphone tip was at the time of recording. | 
AppVersion
 | 
String | Resonite version number of the recording user | 
UserInfos
 | 
list of UserInfo | Users present at the time of recording | 
__legacyPresentUsers
 | 
list of UserRef | legacy list of users present at the time of recording. | 
Sync Delegates
| Method Name | Method type and Arguments. | Is the method hidden? | Description | 
|---|
Usage
Examples
Attached to audio clips generated by recording via the Microphone Tool.