<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVMetadataExtraAttributeKey",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVMetadataExtraAttributeKey"
  },
  "title" : "AVMetadataExtraAttributeKey"
}
-->

# AVMetadataExtraAttributeKey

A structure that defines keys for extra metadata attributes.

```
struct AVMetadataExtraAttributeKey
```

## Topics

### Extra attribute keys

[`valueURI`](/documentation/AVFoundation/AVMetadataExtraAttributeKey/valueURI)

A key that identifies a resource to use as the item’s value.

[`baseURI`](/documentation/AVFoundation/AVMetadataExtraAttributeKey/baseURI)

A key that identifies the base URI the item uses to resolve its related URIs.

[`info`](/documentation/AVFoundation/AVMetadataExtraAttributeKey/info)

A key that identifies more information about the item.

### Initializers

[`init(_:)`](/documentation/AVFoundation/AVMetadataExtraAttributeKey/init(_:))

Creates an extra attribute key with a string.

[`init(rawValue:)`](/documentation/AVFoundation/AVMetadataExtraAttributeKey/init(rawValue:))

Creates an extra attribute key with a raw string value.



---

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)