AVComposition_AVCompositionTrackInspection.LoadTrack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("loadTrackWithTrackID:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void LoadTrack(this AVFoundation.AVComposition This, int trackId, Action<AVFoundation.AVMutableCompositionTrack,Foundation.NSError> completionHandler);
[<Foundation.Export("loadTrackWithTrackID:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LoadTrack : AVFoundation.AVComposition * int * Action<AVFoundation.AVMutableCompositionTrack, Foundation.NSError> -> unit
Parameters
- This
- AVComposition
- trackId
- Int32
- completionHandler
- Action<AVMutableCompositionTrack,NSError>
- Attributes