![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IAudioLink.h>
Public Attributes | |
| FString | Name |
| int32 | NumFrames = INDEX_NONE |
| int32 | NumChannels = INDEX_NONE |
| int32 | SampleRate = INDEX_NONE |
| int32 | NumSources = INDEX_NONE |
| FString IAudioLinkSynchronizer::FOnOpenStreamParams::Name |
! Name of Implementation.
| int32 IAudioLinkSynchronizer::FOnOpenStreamParams::NumChannels = INDEX_NONE |
Number of channels we're rendering at i.e. Stereo=2. INDEX_NONE if not set.
| int32 IAudioLinkSynchronizer::FOnOpenStreamParams::NumFrames = INDEX_NONE |
Number of frames per callback buffer. INDEX_NONE if not set.
| int32 IAudioLinkSynchronizer::FOnOpenStreamParams::NumSources = INDEX_NONE |
Num of Sources that AL is limited to. INDEX_NONE if not set.
| int32 IAudioLinkSynchronizer::FOnOpenStreamParams::SampleRate = INDEX_NONE |
Sample rate of AL implementation. INDEX_NONE if not set.