Share via


AVMusicTrack.CopyAndMergeEvents(AVBeatRange, AVMusicTrack, Double) Method

Definition

[Foundation.Export("copyAndMergeEventsInRange:fromTrack:mergeAtBeat:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CopyAndMergeEvents(AVFoundation.AVBeatRange range, AVFoundation.AVMusicTrack sourceTrack, double mergeStartBeat);
[<Foundation.Export("copyAndMergeEventsInRange:fromTrack:mergeAtBeat:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CopyAndMergeEvents : AVFoundation.AVBeatRange * AVFoundation.AVMusicTrack * double -> unit
override this.CopyAndMergeEvents : AVFoundation.AVBeatRange * AVFoundation.AVMusicTrack * double -> unit

Parameters

range
AVBeatRange
sourceTrack
AVMusicTrack
mergeStartBeat
Double
Attributes

Applies to