---
title: "CAClockGetCurrentTime(_:_:_:)"
framework: audiotoolbox
role: symbol
role_heading: Function
path: "audiotoolbox/caclockgetcurrenttime(_:_:_:)"
---

# CAClockGetCurrentTime(_:_:_:)

## Declaration

```swift
func CAClockGetCurrentTime(_ inCAClock: CAClockRef, _ inTimeFormat: CAClockTimeFormat, _ outTime: UnsafeMutablePointer<CAClockTime>) -> OSStatus
```

## See Also

### Accessing the Current Time

- [CAClockSetCurrentTime(_:_:)](audiotoolbox/caclocksetcurrenttime(_:_:).md)
- [CAClockGetStartTime(_:_:_:)](audiotoolbox/caclockgetstarttime(_:_:_:).md)
- [CAClockTime](audiotoolbox/caclocktime.md)
- [CAClockTimeFormat](audiotoolbox/caclocktimeformat.md)
- [CAClockSamples](audiotoolbox/caclocksamples.md)
