---
title: GetName
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudiodriver/getname
---

# GetName

Gets the name of the driver.

## Declaration

```occ
OSSharedPtr<OSString> GetName();
```

## Return Value

Return Value A OSSharedPtr to an OSString containing the driver name.

## Discussion

Discussion Getting the name synchronizes by using the work queue created by the object.

## See Also

### Getting Information About the Class

- [GetClassID](audiodriverkit/iouseraudiodriver/getclassid.md)
- [GetBaseClassID](audiodriverkit/iouseraudiodriver/getbaseclassid.md)
- [IOUserAudioClassID](audiodriverkit/audiodriverkit/iouseraudioclassid.md)
- [GetWorkQueue](audiodriverkit/iouseraudiodriver/getworkqueue.md)
- [SetName](audiodriverkit/iouseraudiodriver/setname.md)
