Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDeviceManager
Description
Returns a strong handle to the audio device associated with the given device ID. if the device ID is invalid returns an invalid, zeroed handle.
| Name | GetAudioDevice |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h |
| Include Path | #include "AudioDeviceManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDeviceManager.cpp |
FAudioDeviceHandle GetAudioDevice
(
Audio::FDeviceId InDeviceID
)