Share via


AVAssetWriterInput.AddTrackAssociationWithTrackOfInput Metodo

Definizione

Associa la traccia dell'oggetto input alla traccia scritta da this.

[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

Parametri

trackAssociationType
NSString
Attributi

Commenti

Non è possibile aggiungere associazioni dopo aver iniziato la scrittura.

Si applica a