---
title: QCPlugInTimeMode
framework: quartz
role: symbol
role_heading: Structure
path: quartz/qcplugintimemode
---

# QCPlugInTimeMode

Time modes for custom patches.

## Declaration

```swift
struct QCPlugInTimeMode
```

## Topics

### Constants

- [kQCPlugInTimeModeNone](quartz/kqcplugintimemodenone.md)
- [kQCPlugInTimeModeIdle](quartz/kqcplugintimemodeidle.md)
- [kQCPlugInTimeModeTimeBase](quartz/kqcplugintimemodetimebase.md)

### Initializers

- [init(_:)](quartz/qcplugintimemode/init(_:).md)
- [init(rawValue:)](quartz/qcplugintimemode/init(rawvalue:).md)

### Instance Properties

- [rawValue](quartz/qcplugintimemode/rawvalue.md)

## Relationships

### Conforms To

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

## See Also

### Structures

- [QCPlugInExecutionMode](quartz/qcpluginexecutionmode.md)
