Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes
Inheritance Hierarchy
- IAudioDataType
- TStaticChannelAudioFormat
- FMonoAudioFormat
References
| Module | MetasoundStandardNodes |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundAudioFormats.h |
| Include | #include "MetasoundAudioFormats.h" |
Syntax
class FMonoAudioFormat : public Metasound::TStaticChannelAudioFormat< 1 >
Remarks
FMonoAudioFormat represents mono audio containing one channel of audio.
The audio buffer is a shared data references which can be accessed outside of the FMonoAudioFormat.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMonoAudioFormat
(
const FAudioBufferWriteRef& InAudio |
FMonoAudioFormat Construtor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAudioBufferWriteRef | GetCenter () |
Return writable audio buffer reference of center channel. | |
| FAudioBufferReadRef | GetCenter () |
Return readable audio buffer reference of center channel. |
Typedefs
| Name | Description |
|---|---|
| Super |