<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreAudio",
  "identifier" : "/documentation/CoreAudio/AudioConvertNanosToHostTime(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Audio"
    ],
    "preciseIdentifier" : "c:@F@AudioConvertNanosToHostTime"
  },
  "title" : "AudioConvertNanosToHostTime(_:)"
}
-->

# AudioConvertNanosToHostTime(_:)

```
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

\abstract Convert the given nanosecond time into a host time.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)