Contents

currentTime

The sound’s playback progress, in seconds.

Declaration

var currentTime: TimeInterval { get set }

Discussion

Sounds start with currentTime == 0 and end with currentTime == ([<sound> duration] - 1).

This property is not archived, copied, or stored on the pasteboard.

See Also

Related Documentation

Configuring Sounds