다음을 통해 공유


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

반환

특성

적용 대상