FAudioByteBuffer

Describes the byte buffer of the audio stream

Windows
MacOS
Linux

Type

typedef TArrayView< const uint8_t > FAudioByteBuffer

References

Module

AVEncoder

Header

/Engine/Source/Runtime/AVEncoder/Public/AudioTypes.h

Include

#include "AudioTypes.h"

Remarks

Describes the byte buffer of the audio stream

One sample - one sample byte * NumberBytesPerSample One frame - one sample * NumberChannels One second - one frame * SampleRate The number of samples per seconds - one sample byte * NumberBytesPerSample * NumberChannels * SampleRate

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss