Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/IAudioEndpoint
Description
This should return the number of channels we should be sending to this endpoint. If the number of channels changes, please call DisconnectAllInputs.
| Name | GetNumChannels |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioEndpoint.h |
| Include Path | #include "IAudioEndpoint.h" |
| Source | /Engine/Source/Runtime/AudioExtensions/Private/IAudioEndpoint.cpp |
virtual int32 GetNumChannels() const