Navigation
API > API/Runtime > API/Runtime/AudioMixerCore
| Name | Audio::EAudioMixerStreamDataFormat::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixerTypes.h |
| Include Path | #include "AudioMixerTypes.h" |
Syntax
namespace Audio
{
namespace EAudioMixerStreamDataFormat
{
enum Type
{
Unknown,
Float,
Int16,
Unsupported,
}
}
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Float | |
| Int16 | |
| Unsupported |