<!--
{
  "availability" : [
    "iOS: 4.3.0 -",
    "iPadOS: 4.3.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVTimedMetadataGroup",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVTimedMetadataGroup"
  },
  "title" : "AVTimedMetadataGroup"
}
-->

# AVTimedMetadataGroup

A collection of metadata items that are valid for use during a specific time range.

```
class AVTimedMetadataGroup
```

## Overview

For example, `AVTimedMetadataGroups` are used to represent chapters, optionally containing metadata items for chapter titles and chapter images.

## Topics

### Creating a timed metadata group

[`init(sampleBuffer:)`](/documentation/AVFoundation/AVTimedMetadataGroup/init(sampleBuffer:)-6atlv)

Creates a timed metadata group with a sample buffer.

[`init(items:timeRange:)`](/documentation/AVFoundation/AVTimedMetadataGroup/init(items:timeRange:))

Creates a timed metadata group initialized with the given metadata items.

[`init(sampleBuffer:)`](/documentation/AVFoundation/AVTimedMetadataGroup/init(sampleBuffer:)-bjuo)   

### Accessing group attributes

[`items`](/documentation/AVFoundation/AVTimedMetadataGroup/items)

An array of metadata items in the timed metadata group.

[`timeRange`](/documentation/AVFoundation/AVTimedMetadataGroup/timeRange)

The time range for the timed metadata.

### Creating a format description

[`copyFormatDescription()`](/documentation/AVFoundation/AVTimedMetadataGroup/copyFormatDescription())

Creates a format description based on the receiver’s items.



---

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)