AVAsset.GetChapterMetadataGroups(NSLocale, AVMetadataItem[]) Method

Definition

Returns an array that contains IETF BCP 47 language identifiers that indicate the preferred language order for a chapter.

[Foundation.Export("chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys:")]
public virtual AVFoundation.AVTimedMetadataGroup[] GetChapterMetadataGroups (Foundation.NSLocale forLocale, AVFoundation.AVMetadataItem[] commonKeys);
abstract member GetChapterMetadataGroups : Foundation.NSLocale * AVFoundation.AVMetadataItem[] -> AVFoundation.AVTimedMetadataGroup[]
override this.GetChapterMetadataGroups : Foundation.NSLocale * AVFoundation.AVMetadataItem[] -> AVFoundation.AVTimedMetadataGroup[]

Parameters

forLocale
NSLocale
commonKeys
AVMetadataItem[]

To be added.

This parameter can be null.

Returns

Attributes

Applies to