다음을 통해 공유


AVAssetWriterInput.AddTrackAssociationWithTrackOfInput 메서드

정의

에 의해 this작성되는 트랙과 의 input 트랙을 연결합니다.

[Foundation.Export("addTrackAssociationWithTrackOfInput: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 void AddTrackAssociationWithTrackOfInput (AVFoundation.AVAssetWriterInput input, Foundation.NSString trackAssociationType);
abstract member AddTrackAssociationWithTrackOfInput : AVFoundation.AVAssetWriterInput * Foundation.NSString -> unit
override this.AddTrackAssociationWithTrackOfInput : AVFoundation.AVAssetWriterInput * Foundation.NSString -> unit

매개 변수

trackAssociationType
NSString
특성

설명

쓰기가 시작된 후에는 연결을 추가할 수 없습니다.

적용 대상