| 59 | }; |
| 60 | |
| 61 | SpeakerLayout::SpeakerLayout(SpeakerLayoutType type) |
| 62 | : SpeakerLayout(type, 0, nullptr) |
| 63 | {} |
| 64 | |
| 65 | SpeakerLayout::SpeakerLayout(int numSpeakers, |
| 66 | const Vector3f* speakers) |
nothing calls this directly
no outgoing calls
no test coverage detected