<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kMusicTimeStamp_EndOfTrack",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@macro@kMusicTimeStamp_EndOfTrack"
  },
  "title" : "kMusicTimeStamp_EndOfTrack"
}
-->

# kMusicTimeStamp_EndOfTrack

Indicates a time immediately beyond the last music event in a music track. Use this value when selecting all music events starting at a designated time and extending to, and including, the last event in a track. Also use this value to position an iterator for moving backward through a track, from the end to the start. See also [`NewMusicEventIterator(_:_:)`](/documentation/AudioToolbox/NewMusicEventIterator(_:_:)) and [`MusicEventIteratorSeek(_:_:)`](/documentation/AudioToolbox/MusicEventIteratorSeek(_:_:)).

```
var kMusicTimeStamp_EndOfTrack: Double { get }
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)