---
title: AVAudioPlayerNodeCompletionCallbackType.dataRendered
framework: avfaudio
role: symbol
role_heading: Case
path: avfaudio/avaudioplayernodecompletioncallbacktype/datarendered
---

# AVAudioPlayerNodeCompletionCallbackType.dataRendered

A completion handler that indicates the player renders the buffer or file data.

## Declaration

```swift
case dataRendered
```

## Discussion

Discussion This case doesn’t account for any signal processing latencies downstream of the player in the engine.

## See Also

### Completion Handler Cases

- [AVAudioPlayerNodeCompletionCallbackType.dataConsumed](avfaudio/avaudioplayernodecompletioncallbacktype/dataconsumed.md)
- [AVAudioPlayerNodeCompletionCallbackType.dataPlayedBack](avfaudio/avaudioplayernodecompletioncallbacktype/dataplayedback.md)
