AVAssetTrack.GetAssociatedTracksOfType(NSString) Method

Definition

Caution

Use 'GetAssociatedTracks'.

Retrieves associated tracks whose relationship is the specified avAssetTrackTrackAssociationType.

[System.Obsolete("Use 'GetAssociatedTracks'.")]
public virtual Foundation.NSString GetAssociatedTracksOfType (Foundation.NSString avAssetTrackTrackAssociationType);
abstract member GetAssociatedTracksOfType : Foundation.NSString -> Foundation.NSString
override this.GetAssociatedTracksOfType : Foundation.NSString -> Foundation.NSString

Parameters

avAssetTrackTrackAssociationType
NSString

Should be one of the constants defined by AVAssetTrackTrackAssociation.

Returns

Attributes

Applies to