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

# init(name:description:parameters:)

Creates a sub group parameter object with the parameters value.

```
init(name: String, description: String, parameters: [MERAWProcessingParameter])
```

## 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.

`parameters`

The array of [`MERAWProcessingParameter`](/documentation/MediaExtension/MERAWProcessingParameter) objects in the sub group.

## Return Value

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

---

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)