---
title: "init(value:attributes:)"
framework: coremediaio
role: symbol
role_heading: Initializer
path: "coremediaio/cmioextensionpropertystate/init(value:attributes:)"
---

# init(value:attributes:)

Creates a property state with a value and attributes.

## Declaration

```swift
init(value: ObjectType?, attributes: CMIOExtensionPropertyAttributes<ObjectType>?)
```

## Parameters

- `value`: The value to associate with the property state.
- `attributes`: The attributes for the property state.

## See Also

### Creating a Property State

- [init(value:)](coremediaio/cmioextensionpropertystate/init(value:).md)
