Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
Description
Sets the maximum number of channels dynamically. Can't raise the cap over the initial value but can lower it
| Name | SetMaxChannels |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include Path | #include "AudioDevice.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDevice.cpp |
void SetMaxChannels
(
int32 InMaxChannels
)