---
title: GetInputSafetyOffset
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudiodevice/getinputsafetyoffset
---

# GetInputSafetyOffset

Returns the input safety offset of the device.

## Declaration

```occ
uint32_t GetInputSafetyOffset();
```

## Return Value

Return Value The input safety offset value, as a uint32_t.

## Discussion

Discussion The safety offset indicates the number for frames behind the current hardware position that’s safe to perform input I/O.

## See Also

### Working with Safety Offset Behvaior

- [SetInputSafetyOffset](audiodriverkit/iouseraudiodevice/setinputsafetyoffset.md)
- [SetOutputSafetyOffset](audiodriverkit/iouseraudiodevice/setoutputsafetyoffset.md)
- [GetOutputSafetyOffset](audiodriverkit/iouseraudiodevice/getoutputsafetyoffset.md)
