---
title: CAClockTimeFormat
framework: audiotoolbox
role: symbol
role_heading: Enumeration
path: audiotoolbox/caclocktimeformat
---

# CAClockTimeFormat

## Declaration

```swift
enum CAClockTimeFormat
```

## Topics

### Constants

- [CAClockTimeFormat.absoluteSeconds](audiotoolbox/caclocktimeformat/absoluteseconds.md)
- [CAClockTimeFormat.beats](audiotoolbox/caclocktimeformat/beats.md)
- [CAClockTimeFormat.hostTime](audiotoolbox/caclocktimeformat/hosttime.md)
- [CAClockTimeFormat.smpteSeconds](audiotoolbox/caclocktimeformat/smpteseconds.md)
- [CAClockTimeFormat.smpteTime](audiotoolbox/caclocktimeformat/smptetime.md)
- [CAClockTimeFormat.samples](audiotoolbox/caclocktimeformat/samples.md)
- [CAClockTimeFormat.seconds](audiotoolbox/caclocktimeformat/seconds.md)

### Initializers

- [init(rawValue:)](audiotoolbox/caclocktimeformat/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing the Current Time

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