---
title: GetClockIsStable
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudioclockdevice/getclockisstable
---

# GetClockIsStable

Gets a Boolean value that represents the clock’s stability.

## Declaration

```occ
bool GetClockIsStable();
```

## Return Value

Return Value true if the clock is stable; false otherwise.

## Discussion

Discussion This method synchronizes by using the work queue created by the object.

## See Also

### Working with Clock Device Behavior

- [SetClockAlgorithm](audiodriverkit/iouseraudioclockdevice/setclockalgorithm.md)
- [GetClockAlgorithm](audiodriverkit/iouseraudioclockdevice/getclockalgorithm.md)
- [IOUserAudioClockAlgorithm](audiodriverkit/audiodriverkit/iouseraudioclockalgorithm.md)
- [SetClockIsStable](audiodriverkit/iouseraudioclockdevice/setclockisstable.md)
