MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / getNumSamples

Method getNumSamples

core/src/core/api_impulse_response.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int CImpulseResponse::getNumSamples()
67{
68 auto _impulseResponse = mHandle.get();
69
70 if (!_impulseResponse)
71 return 0;
72
73 return _impulseResponse->numSamples();
74}
75
76float* CImpulseResponse::getData()
77{

Calls 2

getMethod · 0.45
numSamplesMethod · 0.45

Tested by

no test coverage detected