AudioConvertHostTimeToNanos(_:)
Declaration
func AudioConvertHostTimeToNanos(_ inHostTime: UInt64) -> UInt64Parameters
- inHostTime:
A UInt64 containing the host time to convert.
Return Value
A UInt64 containining the converted host time.
Discussion
Convert the given host time into a time in nanoseconds.
See Also
Functions
AudioConvertNanosToHostTime(_:)AudioDeviceCreateIOProcID(_:_:_:_:)AudioDeviceCreateIOProcIDWithBlock(_:_:_:_:)AudioDeviceDestroyIOProcID(_:_:)AudioDeviceGetCurrentTime(_:_:)AudioDeviceGetNearestStartTime(_:_:_:)AudioDeviceStart(_:_:)AudioDeviceStartAtTime(_:_:_:_:)AudioDeviceStop(_:_:)AudioDeviceTranslateTime(_:_:_:)AudioGetCurrentHostTime()AudioGetHostClockFrequency()AudioGetHostClockMinimumTimeDelta()AudioHardwareCreateAggregateDevice(_:_:)AudioHardwareDestroyAggregateDevice(_:)