Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
Declares supported MetaSound output audio formats
| Name | EMetaSoundOutputAudioFormat |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/Interfaces/MetasoundOutputFormatInterfaces.h |
| Include Path | #include "Interfaces/MetasoundOutputFormatInterfaces.h" |
Syntax
enum EMetaSoundOutputAudioFormat
{
Mono,
Stereo,
Quad,
FiveDotOne,
SevenDotOne,
COUNT,
}
Values
| Name | Remarks |
|---|---|
| Mono | |
| Stereo | |
| Quad | |
| FiveDotOne | |
| SevenDotOne | |
| COUNT |