MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetSupportedChannelCount

Method GetSupportedChannelCount

Source/SoundChipService.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::size_t CSoundChipService::GetSupportedChannelCount(sound_chip_t chip) const {
64 auto *pChip = GetTypePtr(chip);
65 return pChip ? pChip->GetSupportedChannelCount() : static_cast<std::size_t>(0u);
66}
67
68std::string_view CSoundChipService::GetChipShortName(sound_chip_t chip) const {
69 return GetType(chip).GetShortName();

Callers 3

OnInitDialogMethod · 0.45
CheckDestinationMethod · 0.45
ForeachTrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected