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

Method DeviationModel

core/src/core/deviation.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25// --------------------------------------------------------------------------------------------------------------------
26
27DeviationModel::DeviationModel()
28 : mCallback(nullptr)
29 , mUserData(nullptr)
30{}
31
32DeviationModel::DeviationModel(DeviationCallback callback, void* userData)
33 : mCallback(callback)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected