Contents

deviceCurrentTime

The time, in seconds, of the host audio device.

Declaration

var deviceCurrentTime: TimeInterval { get }

Discussion

Use this property value to schedule audio recording using the record(atTime:) and record(atTime:forDuration:) methods.

See Also

Accessing recorder timing