共用方式為


AVAssetTrack.GetAssociatedTracks(NSString) 方法

定義

取得由指定關聯型別相關聯的曲目。

[Foundation.Export("associatedTracksOfType:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVAssetTrack[] GetAssociatedTracks (Foundation.NSString avAssetTrackTrackAssociationType);
abstract member GetAssociatedTracks : Foundation.NSString -> AVFoundation.AVAssetTrack[]
override this.GetAssociatedTracks : Foundation.NSString -> AVFoundation.AVAssetTrack[]

參數

avAssetTrackTrackAssociationType
NSString

傳回

屬性

適用於