MCPcopy Create free account
hub / github.com/SFML/SFML / getDeviceSampleRate

Function getDeviceSampleRate

src/SFML/Audio/PlaybackDevice.cpp:99–102  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

97
98////////////////////////////////////////////////////////////
99std::optional<std::uint32_t> getDeviceSampleRate()
100{
101 return priv::AudioDevice::getDeviceSampleRate();
102}
103
104
105////////////////////////////////////////////////////////////

Callers 4

HighPassFilterMethod · 0.85
LowPassFilterMethod · 0.85
EchoMethod · 0.85
ReverbMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected