<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaExtension",
  "identifier" : "/documentation/MediaExtension/MERAWProcessingParameter/ListElement/init(name:description:elementID:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MediaExtension"
    ],
    "preciseIdentifier" : "c:objc(cs)MERAWProcessingListElementParameter(im)initWithName:description:elementID:"
  },
  "title" : "init(name:description:elementID:)"
}
-->

# init(name:description:elementID:)

Creates a list element parameter object with the element id value.

```
init(name: String, description: String, elementID: Int)
```

## Parameters

`name`

A localized human-readable name for the parameter, suitable for displaying in application UI.

`description`

A localized description of the parameter, suitable for displaying in a tool tip or similar explanatory UI.

`elementID`

A unique number in the list which represents this list option.

## Return Value

An instance of [`MERAWProcessingParameter.ListElement`](/documentation/MediaExtension/MERAWProcessingParameter/ListElement).

---

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)