Contents

AudioConvertHostTimeToNanos(_:)

Declaration

func AudioConvertHostTimeToNanos(_ inHostTime: UInt64) -> UInt64

Parameters

  • 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