---
title: lastRenderTime
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudionode/lastrendertime
---

# lastRenderTime

The most recent render time.

## Declaration

```swift
var lastRenderTime: AVAudioTime? { get }
```

## Discussion

Discussion This value is nil if the engine isn’t running or if you don’t connect the node to an input or output node.
