AVAudioRecorder.currentTime Property

Definition

Caution

Use the 'CurrentTime' property instead.

The current location, in seconds, of the recording insertion point.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[System.Obsolete("Use the 'CurrentTime' property instead.", false)]
public virtual double currentTime { get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<System.Obsolete("Use the 'CurrentTime' property instead.", false)>]
member this.currentTime : double

Property Value

Attributes

Applies to

See also