Navigation
API > API/Runtime > API/Runtime/AudioMixer
Duplicate of Audio::EAudioMixerStreamDataFormat::Type, to get around UHT's lack of namespace support.
| Name | EAudioMixerStreamDataFormatType |
| Type | enum |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h |
| Include Path | #include "AudioMixerBlueprintLibrary.h" |
Syntax
enum EAudioMixerStreamDataFormatType
{
Unknown,
Float,
Int16,
Unsupported,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Float | |
| Int16 | |
| Unsupported |