PhaseSoundEvent.Seek 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.
Overloads
| Name | Description |
|---|---|
| Seek(Double, Action<PhaseSoundEventSeekHandlerReason>) | |
| Seek(Double, AVAudioTime, Action<PhaseSoundEventSeekHandlerReason>) |
Seek(Double, Action<PhaseSoundEventSeekHandlerReason>)
[Foundation.Export("seekToTime:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Seek(double time, Action<Phase.PhaseSoundEventSeekHandlerReason>? completionHandler);
[<Foundation.Export("seekToTime:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Seek : double * Action<Phase.PhaseSoundEventSeekHandlerReason> -> bool
override this.Seek : double * Action<Phase.PhaseSoundEventSeekHandlerReason> -> bool
Parameters
- time
- Double
- completionHandler
- Action<PhaseSoundEventSeekHandlerReason>
Returns
- Attributes
Applies to
Seek(Double, AVAudioTime, Action<PhaseSoundEventSeekHandlerReason>)
[Foundation.Export("seekToTime:resumeAtEngineTime:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Seek(double time, AVFoundation.AVAudioTime engineTime, Action<Phase.PhaseSoundEventSeekHandlerReason>? handler);
[<Foundation.Export("seekToTime:resumeAtEngineTime:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Seek : double * AVFoundation.AVAudioTime * Action<Phase.PhaseSoundEventSeekHandlerReason> -> unit
override this.Seek : double * AVFoundation.AVAudioTime * Action<Phase.PhaseSoundEventSeekHandlerReason> -> unit
Parameters
- time
- Double
- engineTime
- AVAudioTime
- handler
- Action<PhaseSoundEventSeekHandlerReason>
- Attributes