init(audioTimeStamp:sampleRate:)
Creates an audio time object with the specified timestamp and sample rate.
Declaration
init(audioTimeStamp ts: UnsafePointer<AudioTimeStamp>, sampleRate: Double)Parameters
- ts:
The timestamp.
- sampleRate:
The sample rate.
Return Value
A new AVAudioTime instance.