Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes > API/Plugins/MetasoundStandardNodes/FMultichannelAudioFormat > API/Plugins/MetasoundStandardNodes/FMultichannelAudioFormat/__ctor
References
| Module | MetasoundStandardNodes |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundAudioFormats.h |
| Include | #include "MetasoundAudioFormats.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Private/MetasoundAudioFormats.cpp |
FMultichannelAudioFormat
(
TArrayView < const FAudioBufferReadRef > InReadRefs
)
Remarks
Construct a FMultichannelAudioFormat with an array of readable buffers.
This constructor should only be used when it can be assured that the constructed object will not provide writable access to the passed in audio buffers.