Navigation
API > API/Runtime > API/Runtime/AudioLinkEngine > API/Runtime/AudioLinkEngine/IBufferedAudioOutput
The format of a buffer.
| Name | FBufferFormat |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioLink/AudioLinkEngine/Public/IBufferedAudioOutput.h |
| Include Path | #include "IBufferedAudioOutput.h" |
Syntax
struct FBufferFormat
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumChannels | int32 | IBufferedAudioOutput.h | ||
| NumSamplesPerBlock | int32 | IBufferedAudioOutput.h | ||
| NumSamplesPerSec | int32 | IBufferedAudioOutput.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FBufferFormat& InRhs |
IBufferedAudioOutput.h |