EMetasoundSourceAudioFormat

Copyright Epic Games, Inc. All Rights Reserved.

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h

Include

#include "MetasoundSource.h"

Syntax

enum EMetasoundSourceAudioFormat
{
    Mono,
    Stereo,
    COUNT,
}

Values

Name

Description

Mono

Mono audio output.

Stereo

Stereo audio output.

COUNT

Remarks

Declares the output audio format of the UMetaSoundSource