---
title: "CAClockGetStartTime(_:_:_:)"
framework: audiotoolbox
role: symbol
role_heading: Function
path: "audiotoolbox/caclockgetstarttime(_:_:_:)"
---

# CAClockGetStartTime(_:_:_:)

## Declaration

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

## See Also

### Accessing the Current Time

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