---
title: CAMeterTrackEntry
framework: audiotoolbox
role: symbol
role_heading: Structure
path: audiotoolbox/cametertrackentry
---

# CAMeterTrackEntry

## Declaration

```swift
struct CAMeterTrackEntry
```

## Topics

### Initializers

- [init()](audiotoolbox/cametertrackentry/init().md)
- [init(beats:meterNumer:meterDenom:)](audiotoolbox/cametertrackentry/init(beats:meternumer:meterdenom:).md)

### Instance Properties

- [beats](audiotoolbox/cametertrackentry/beats.md)
- [meterDenom](audiotoolbox/cametertrackentry/meterdenom.md)
- [meterNumer](audiotoolbox/cametertrackentry/meternumer.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)
- [CABarBeatTime](audiotoolbox/cabarbeattime.md)
