Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/IAudioEndpoint
Description
REQUIRED OVERRIDES: This should return the sample rate we should be sending to this endpoint. If the sample rate changes, please call DisconnectAllInputs().
| Name | GetSampleRate |
| 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 float GetSampleRate() const