AVAsset.GetChapterMetadataGroupsBestMatchingPreferredLanguages Method

Definition

Retrieves chapter metadata for the locale that best matches the IETF BCP 47 language identifers.

[Foundation.Export("chapterMetadataGroupsBestMatchingPreferredLanguages:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVTimedMetadataGroup[] GetChapterMetadataGroupsBestMatchingPreferredLanguages (string[] languages);
[Foundation.Export("chapterMetadataGroupsBestMatchingPreferredLanguages:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVTimedMetadataGroup[] GetChapterMetadataGroupsBestMatchingPreferredLanguages (string[] languages);
abstract member GetChapterMetadataGroupsBestMatchingPreferredLanguages : string[] -> AVFoundation.AVTimedMetadataGroup[]
override this.GetChapterMetadataGroupsBestMatchingPreferredLanguages : string[] -> AVFoundation.AVTimedMetadataGroup[]

Parameters

languages
String[]

An array of IETF BCP 47 language identifiers ().

Returns

Attributes

Applies to