Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVFoundationMBS class.

Previous items Next items

AVFoundationMBS.AVMetadataiTunesMetadataKeyConductor as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyContentRating as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyCopyright as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyCoverArt as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.
Example
// load file and look for cover art

Dim file As FolderItem = SpecialFolder.Desktop.Child("test.m4a")
Dim a As AVURLAssetMBS = AVURLAssetMBS.URLAssetWithFile(file)

Dim iTunesMetadataKeyCoverArtString As String = AVFoundationMBS.AVMetadataiTunesMetadataKeyCoverArt
Dim iTunesMetadataKeyCoverArtNumber As Integer = OSTypeFromStringMBS(iTunesMetadataKeyCoverArtString)

Dim items() As AVMetadataItemMBS = a.metadata

For Each item As AVMetadataItemMBS In items

Dim key As Variant = item.key
Dim Val As Variant = item.value

If key.IntegerValue = iTunesMetadataKeyCoverArtNumber Or key.StringValue = iTunesMetadataKeyCoverArtString Then

Dim v As MemoryBlock = Val
window1.Backdrop = picture.FromData(v)
End If

Next

AVFoundationMBS.AVMetadataiTunesMetadataKeyCredits as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyDescription as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyDirector as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyDiscCompilation as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyDiscNumber as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyEncodedBy as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyEncodingTool as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyEQ as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyExecProducer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyGenreID as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyGrouping as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyLinerNotes as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyLyrics as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyOnlineExtras as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyOriginalArtist as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyPerformer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyPhonogramRights as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyPlaylistID as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyPredefinedGenre as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyProducer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyPublisher as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyRecordCompany as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyReleaseDate as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeySoloist as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeySongID as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeySongName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeySoundEngineer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyThanks as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyTrackNumber as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyTrackSubTitle as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyUserComment as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataiTunesMetadataKeyUserGenre as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for iTunes Metadata.

AVFoundationMBS.AVMetadataKeySpaceCommon as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the key spaces.

The common key space. Keys in this space represent standard versions of keys that are found in most or all other key spaces.

AVFoundationMBS.AVMetadataKeySpaceID3 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the key spaces.

The ID3 key space.

AVFoundationMBS.AVMetadataKeySpaceISOUserData as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the metadata formats.

AVFoundationMBS.AVMetadataKeySpaceiTunes as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the key spaces.

The iTunes key space.

AVFoundationMBS.AVMetadataKeySpaceQuickTimeMetadata as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the key spaces.

The QuickTime metadata key space.

AVFoundationMBS.AVMetadataKeySpaceQuickTimeUserData as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the key spaces.

The QuickTime user data key space.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyAlbum as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyArranger as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyArtist as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyArtwork as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyAuthor as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyCameraIdentifier as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

AVFoundationMBS.AVMetadataQuickTimeMetadataKeyCollectionUser as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the possible keys for QuickTime Metadata.

Previous items Next items

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...