Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

AVAsset.Metadata

Queries metadata.

Component Version macOS Windows Linux Server iOS SDK
AVAsset 5.2 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "AVAsset.Metadata"; Asset; Key )   More

Parameters

Parameter Description Example
Asset The reference number of the asset. Please use AVAsset.OpenContainer, AVAsset.OpenFile or AVAsset.OpenURL function to get asset reference. $asset
Key The metadata key to query.

Result

Returns value or error.

Description

Queries metadata.

Examples

Queries title:

MBS( "AVAsset.Metadata"; "40001"; "uiso/titl" )

See also

Example Databases

This function checks for a license.

Created 19th June 2015, last changed 9th November 2021


AVAsset.Lyrics - AVAsset.MetadataKeys