Share via


AVAudioPlayer.DeviceCurrentTime Property

Definition

A value that increases while the AVAudioPlayer is playing or paused. Used for synchronizing multiple audio players.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual double DeviceCurrentTime { [Foundation.Export("deviceCurrentTime")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("deviceCurrentTime")>]
member this.DeviceCurrentTime : double

Property Value

Attributes

Applies to