---
title: CATempoMapEntry
framework: audiotoolbox
role: symbol
role_heading: Structure
path: audiotoolbox/catempomapentry
---

# CATempoMapEntry

## Declaration

```swift
struct CATempoMapEntry
```

## Topics

### Initializers

- [init()](audiotoolbox/catempomapentry/init().md)
- [init(beats:tempoBPM:)](audiotoolbox/catempomapentry/init(beats:tempobpm:).md)

### Instance Properties

- [beats](audiotoolbox/catempomapentry/beats.md)
- [tempoBPM](audiotoolbox/catempomapentry/tempobpm.md)

## Relationships

### Conforms To

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

## See Also

### Accessing Tempo Information

- [CAClockGetCurrentTempo(_:_:_:)](audiotoolbox/caclockgetcurrenttempo(_:_:_:).md)
- [CAClockSetCurrentTempo(_:_:_:)](audiotoolbox/caclocksetcurrenttempo(_:_:_:).md)
- [CAClockGetPlayRate(_:_:)](audiotoolbox/caclockgetplayrate(_:_:).md)
- [CAClockSetPlayRate(_:_:)](audiotoolbox/caclocksetplayrate(_:_:).md)
- [CAClockTempo](audiotoolbox/caclocktempo.md)
