AudioTime constructor

const AudioTime(
  1. double seconds
)

Constructs an AudioTime from seconds.

Implementation

const AudioTime(this.seconds);