Navigation
API > API/Runtime > API/Runtime/AudioMixerCore > API/Runtime/AudioMixerCore/FOutputBuffer
Description
Gets the buffer data ptrs. Returns a TArrayView for the full buffer size requested, but in the case of an underrun, OutBytesPopped will be less that the size of the returned TArrayView.
| Name | PopBufferData |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include Path | #include "AudioMixer.h" |
| Source | /Engine/Source/Runtime/AudioMixerCore/Private/AudioMixer.cpp |
TArrayView< const uint8 > PopBufferData
(
int32 & OutBytesPopped
) const