---
title: kAudioQueueDeviceProperty_SampleRate
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudioqueuedeviceproperty_samplerate
---

# kAudioQueueDeviceProperty_SampleRate

Value is a read-only Float64 value representing the sampling rate of the audio hardware device associated with an audio queue.

## Declaration

```swift
var kAudioQueueDeviceProperty_SampleRate: AudioQueuePropertyID { get }
```

## See Also

### Constants

- [kAudioQueueDeviceProperty_NumberChannels](audiotoolbox/kaudioqueuedeviceproperty_numberchannels.md)
- [kAudioQueueProperty_ChannelLayout](audiotoolbox/kaudioqueueproperty_channellayout.md)
- [kAudioQueueProperty_ConverterError](audiotoolbox/kaudioqueueproperty_convertererror.md)
- [kAudioQueueProperty_CurrentDevice](audiotoolbox/kaudioqueueproperty_currentdevice.md)
- [kAudioQueueProperty_CurrentLevelMeter](audiotoolbox/kaudioqueueproperty_currentlevelmeter.md)
- [kAudioQueueProperty_CurrentLevelMeterDB](audiotoolbox/kaudioqueueproperty_currentlevelmeterdb.md)
- [kAudioQueueProperty_DecodeBufferSizeFrames](audiotoolbox/kaudioqueueproperty_decodebuffersizeframes.md)
- [kAudioQueueProperty_EnableLevelMetering](audiotoolbox/kaudioqueueproperty_enablelevelmetering.md)
- [kAudioQueueProperty_EnableTimePitch](audiotoolbox/kaudioqueueproperty_enabletimepitch.md)
- [kAudioQueueProperty_IsRunning](audiotoolbox/kaudioqueueproperty_isrunning.md)
- [kAudioQueueProperty_MagicCookie](audiotoolbox/kaudioqueueproperty_magiccookie.md)
- [kAudioQueueProperty_MaximumOutputPacketSize](audiotoolbox/kaudioqueueproperty_maximumoutputpacketsize.md)
- [kAudioQueueProperty_StreamDescription](audiotoolbox/kaudioqueueproperty_streamdescription.md)
- [kAudioQueueProperty_TimePitchAlgorithm](audiotoolbox/kaudioqueueproperty_timepitchalgorithm.md)
- [kAudioQueueProperty_TimePitchBypass](audiotoolbox/kaudioqueueproperty_timepitchbypass.md)
