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

返回

属性

适用于