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

Method SoundPath

core/src/core/path_data.h:44–52  ·  view source on GitHub ↗

Initializes an invalid sound path.

Source from the content-addressed store, hash-verified

42
43 // Initializes an invalid sound path.
44 SoundPath()
45 : firstProbe(-1)
46 , lastProbe(-1)
47 , probeAfterFirst(-1)
48 , probeBeforeLast(-1)
49 , direct(false)
50 , distanceInternal(0.0f)
51 , deviationInternal(0.0f)
52 {}
53
54 // Initializes a sound path from a probe path.
55 SoundPath(const ProbePath& probePath,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected