init(sampleTime:atRate:)
Creates an audio time object with the specified timestamp and sample rate.
Declaration
init(sampleTime: AVAudioFramePosition, atRate sampleRate: Double)Parameters
- sampleTime:
The sample time.
- sampleRate:
The sample rate.
Return Value
A new AVAudioTime instance.