UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AudioTypes.h File Reference
#include "Containers/ArrayView.h"
#include "Misc/Optional.h"
#include "Templates/Function.h"

Go to the source code of this file.

Namespaces

namespace  LibRtc
 

Typedefs

using LibRtc::FAudioChannelSample = int16_t
 
using LibRtc::FAudioByteBuffer = TArrayView< const uint8_t >
 
using LibRtc::OnAudioEncodeCallback = TFunction< void(const FAudioSampleBuffer &, const FAudioByteBuffer &AudioBytes)>
 
using LibRtc::OnAudioDecodeCallback = TFunction< void(const FAudioByteBuffer &AudioBytes, const FAudioSampleBuffer &)>
 

Functions

struct LibRtc::UE_DEPRECATED (5.4, "AVEncoder has been deprecated. Please use the AVCodecs plugin family instead.") FAudioStreamFormat