MCPcopy Create free account
hub / github.com/cemu-project/Cemu / GetIdentifier

Method GetIdentifier

src/audio/DirectSoundAPI.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#pragma comment(lib, "Dsound.lib")
9
10std::wstring DirectSoundAPI::DirectSoundDeviceDescription::GetIdentifier() const
11{
12 return m_guid ? WStringFromGUID(*m_guid) : L"default";
13}
14
15DirectSoundAPI::DirectSoundAPI(GUID* guid, sint32 samplerate, sint32 channels, sint32 samples_per_block, sint32 bits_per_sample)
16 : IAudioAPI(samplerate, channels, samples_per_block, bits_per_sample)

Callers 7

GetDevicesMethod · 0.45
operator==Method · 0.45
operator==Method · 0.45
StoreConfigMethod · 0.45
ApplyConfigMethod · 0.45
micExport_MICInitFunction · 0.45

Calls 1

WStringFromGUIDFunction · 0.85

Tested by

no test coverage detected