UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IAudioLinkSynchronizer::FOnOpenStreamParams Struct Reference

#include <IAudioLink.h>

Public Attributes

FString Name
 
int32 NumFrames = INDEX_NONE
 
int32 NumChannels = INDEX_NONE
 
int32 SampleRate = INDEX_NONE
 
int32 NumSources = INDEX_NONE
 

Member Data Documentation

◆ Name

FString IAudioLinkSynchronizer::FOnOpenStreamParams::Name

! Name of Implementation.

◆ NumChannels

int32 IAudioLinkSynchronizer::FOnOpenStreamParams::NumChannels = INDEX_NONE

Number of channels we're rendering at i.e. Stereo=2. INDEX_NONE if not set.

◆ NumFrames

int32 IAudioLinkSynchronizer::FOnOpenStreamParams::NumFrames = INDEX_NONE

Number of frames per callback buffer. INDEX_NONE if not set.

◆ NumSources

int32 IAudioLinkSynchronizer::FOnOpenStreamParams::NumSources = INDEX_NONE

Num of Sources that AL is limited to. INDEX_NONE if not set.

◆ SampleRate

int32 IAudioLinkSynchronizer::FOnOpenStreamParams::SampleRate = INDEX_NONE

Sample rate of AL implementation. INDEX_NONE if not set.


The documentation for this struct was generated from the following file: