---
title: CABarBeatTime
framework: audiotoolbox
role: symbol
role_heading: Structure
path: audiotoolbox/cabarbeattime
---

# CABarBeatTime

## Declaration

```swift
struct CABarBeatTime
```

## Topics

### Initializers

- [init()](audiotoolbox/cabarbeattime/init().md)
- [init(bar:beat:subbeat:subbeatDivisor:reserved:)](audiotoolbox/cabarbeattime/init(bar:beat:subbeat:subbeatdivisor:reserved:).md)

### Instance Properties

- [bar](audiotoolbox/cabarbeattime/bar.md)
- [beat](audiotoolbox/cabarbeattime/beat.md)
- [reserved](audiotoolbox/cabarbeattime/reserved.md)
- [subbeat](audiotoolbox/cabarbeattime/subbeat.md)
- [subbeatDivisor](audiotoolbox/cabarbeattime/subbeatdivisor.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Converting Time Values

- [CAClockBarBeatTimeToBeats(_:_:_:)](audiotoolbox/caclockbarbeattimetobeats(_:_:_:).md)
- [CAClockBeatsToBarBeatTime(_:_:_:_:)](audiotoolbox/caclockbeatstobarbeattime(_:_:_:_:).md)
- [CAClockSMPTETimeToSeconds(_:_:_:)](audiotoolbox/caclocksmptetimetoseconds(_:_:_:).md)
- [CAClockSecondsToSMPTETime(_:_:_:_:)](audiotoolbox/caclocksecondstosmptetime(_:_:_:_:).md)
- [CAClockTranslateTime(_:_:_:_:)](audiotoolbox/caclocktranslatetime(_:_:_:_:).md)
- [CAClockTimebase](audiotoolbox/caclocktimebase.md)
- [CAClockSeconds](audiotoolbox/caclockseconds.md)
- [CAClockBeats](audiotoolbox/caclockbeats.md)
- [CAClockSMPTEFormat](audiotoolbox/caclocksmpteformat.md)
- [CAMeterTrackEntry](audiotoolbox/cametertrackentry.md)
