Table of Contents
Wwise SDK 2019.1.6
|
◆ GetDeviceIDFromName()
Finds an audio endpoint that matches the token in the device name or device ID and returns an ID. This is a helper function that searches in the device ID (as returned by IMMDevice->GetId) and in the property PKEY_Device_FriendlyName. The token parameter is case-sensitive. If you need to do matching on different conditions, use IMMDeviceEnumerator directly and AK::GetDeviceID.
Finds an audio endpoint that matches the token in the device name or device ID and returns an ID. This is a helper function that searches in the device ID (as returned by IMMDevice->GetId) and IMMXboxDevice->GetPnpId() If you need to do matching on different conditions, use IMMXboxDeviceEnumerator directly.
|