共用方式為


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

傳回

屬性

適用於