AVAudioRecorder.DeviceCurrentTime Property

Definition

A value that increases while the AVAudioRecorder is recording or paused. May be used for synchronizing multiple recorders.

[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