| 2415 | } |
| 2416 | |
| 2417 | void setLastRenderError(const OSStatus err) |
| 2418 | { |
| 2419 | if (fLastRenderError != noErr) |
| 2420 | return; |
| 2421 | |
| 2422 | fLastRenderError = err; |
| 2423 | notifyPropertyListeners(kAudioUnitProperty_LastRenderError, kAudioUnitScope_Global, 0); |
| 2424 | } |
| 2425 | |
| 2426 | // ---------------------------------------------------------------------------------------------------------------- |
| 2427 |
no test coverage detected