AVAssetTrack.GetAssociatedTracks(NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves associated tracks whose relationship is the specified avAssetTrackTrackAssociationType.
[Foundation.Export("associatedTracksOfType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVAssetTrack[] GetAssociatedTracks(Foundation.NSString avAssetTrackTrackAssociationType);
[<Foundation.Export("associatedTracksOfType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAssociatedTracks : Foundation.NSString -> AVFoundation.AVAssetTrack[]
override this.GetAssociatedTracks : Foundation.NSString -> AVFoundation.AVAssetTrack[]
Parameters
- avAssetTrackTrackAssociationType
- NSString
Should be one of the constants defined by AVAssetTrackTrackAssociation.
Returns
- Attributes