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

Method SpeakerLayout

core/src/core/speaker_layout.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61SpeakerLayout::SpeakerLayout(SpeakerLayoutType type)
62 : SpeakerLayout(type, 0, nullptr)
63{}
64
65SpeakerLayout::SpeakerLayout(int numSpeakers,
66 const Vector3f* speakers)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected