AVAssetWriterInput.CanAddTrackAssociationWithTrackOfInput 方法

定义

input 关联的轨道是否可以与正在写入的轨道相关联。

[Foundation.Export("canAddTrackAssociationWithTrackOfInput:type:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanAddTrackAssociationWithTrackOfInput (AVFoundation.AVAssetWriterInput input, Foundation.NSString trackAssociationType);
abstract member CanAddTrackAssociationWithTrackOfInput : AVFoundation.AVAssetWriterInput * Foundation.NSString -> bool
override this.CanAddTrackAssociationWithTrackOfInput : AVFoundation.AVAssetWriterInput * Foundation.NSString -> bool

参数

trackAssociationType
NSString

返回

属性

适用于