---
title: deactivateAudioControls
framework: kernel
role: pseudoSymbol
path: kernel/ioaudioport/1811875-deactivateaudiocontrols
---

# deactivateAudioControls

Called to shut down all of the audio controls for this port.

## Declaration

```occ
virtual void deactivateAudioControls(); 
```

## Overview

Overview This will stop all of the audio controls and release them so that the instances may be freed. This is called from the free() method.

## See Also

### Miscellaneous

- [addAudioControl](kernel/ioaudioport/1811855-addaudiocontrol.md)
- [free](kernel/ioaudioport/1811888-free.md)
- [initWithAttributes](kernel/ioaudioport/1811904-initwithattributes.md)
- [start](kernel/ioaudioport/1811924-start.md)
- [stop](kernel/ioaudioport/1811938-stop.md)
- [withAttributes](kernel/ioaudioport/1811950-withattributes.md)
