Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes
Inheritance Hierarchy
- IAudioDataType
- TStaticChannelAudioFormat
- FStereoAudioFormat
References
| Module | MetasoundStandardNodes |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundAudioFormats.h |
| Include | #include "MetasoundAudioFormats.h" |
Syntax
class FStereoAudioFormat : public Metasound::TStaticChannelAudioFormat< 2 >
Remarks
FStereoAudioFormat represents stereo audio containing two channels of audio.
The audio buffers are shared data references which can be accessed outside of the FStereoAudioFormat.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStereoAudioFormat
(
const FAudioBufferWriteRef& InLeftAudio, |
FStereoAudioFormat Construtor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAudioBufferWriteRef | GetLeft () |
Return writable audio buffer reference of left channel. | |
| FAudioBufferReadRef | GetLeft () |
Return readable audio buffer reference of left channel. | |
| FAudioBufferWriteRef | GetRight () |
Return writable audio buffer reference of right channel. | |
| FAudioBufferReadRef | GetRight () |
Return readable audio buffer reference of right channel. |
Typedefs
| Name | Description |
|---|---|
| Super |