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

Method GetDeviceCount

Source/DirectSound.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110unsigned int CDSound::GetDeviceCount() const
111{
112 return devices_.size(); // // //
113}
114
115std::string_view CDSound::GetDeviceName(unsigned int iDevice) const { // // //
116 if (iDevice < devices_.size())

Callers 2

OnInitDialogMethod · 0.80
ResetAudioDeviceMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected