---
title: "baseDecisions(in:)"
framework: cinematic
role: symbol
role_heading: Instance Method
path: "cinematic/cnscript-1ispe/basedecisions(in:)"
---

# baseDecisions(in:)

All base decisions made automatically during recording in the given time range.

## Declaration

```swift
final func baseDecisions(in timeRange: CMTimeRange) -> [CNDecision]
```

## Parameters

- `timeRange`: The time range of the base decisions.

## Return Value

Return Value An array of base decisions in a given time range. These apply if no user decision overrides them.
