Contents

AudioConvertNanosToHostTime(_:)

Declaration

func AudioConvertNanosToHostTime(_ inNanos: UInt64) -> UInt64

Parameters

  • inNanos:

    A UInt64 containing the nanosecond time to convert.

Return Value

A UInt64 containining the converted nanosecond time.

Discussion

Convert the given nanosecond time into a host time.

See Also

Functions