---
title: TVPlaybackEventProperty
framework: tvmlkit
role: symbol
role_heading: Structure
path: tvmlkit/tvplaybackeventproperty
---

# TVPlaybackEventProperty

Extend this structure to create your own custom playback event properties.

## Declaration

```swift
struct TVPlaybackEventProperty
```

## Topics

### Initializers

- [init(_:)](tvmlkit/tvplaybackeventproperty/init(_:).md)
- [init(rawValue:)](tvmlkit/tvplaybackeventproperty/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating User Info for Custom Playback Events

- [init(properties:expectsReturnValue:)](tvmlkit/tvplaybackcustomeventuserinfo/init(properties:expectsreturnvalue:).md)
- [expectsReturnValue](tvmlkit/tvplaybackcustomeventuserinfo/expectsreturnvalue.md)
- [returnValue](tvmlkit/tvplaybackcustomeventuserinfo/returnvalue.md)
