---
title: SMPTETimeFlags
framework: coreaudiotypes
role: symbol
role_heading: Structure
path: coreaudiotypes/smptetimeflags
---

# SMPTETimeFlags

A structure that defines SMPTE time flags.

## Declaration

```swift
struct SMPTETimeFlags
```

## Topics

### Initializers

- [init(rawValue:)](coreaudiotypes/smptetimeflags/init(rawvalue:).md)

### Type Properties

- [running](coreaudiotypes/smptetimeflags/running.md)
- [valid](coreaudiotypes/smptetimeflags/valid.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### SMPTE Time

- [SMPTETime](coreaudiotypes/smptetime.md)
- [SMPTETimeType](coreaudiotypes/smptetimetype.md)
