Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime > API/Plugins/AudioExperimentalRuntime/FChannelAgnosticType
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< float > GetRawMultiMono () |
For fast raw DSP access to the buffer. | ChannelAgnostic/ChannelAgnosticType.h | |
TArrayView< const float > GetRawMultiMono () |
For fast raw DSP access to the buffer. | ChannelAgnostic/ChannelAgnosticType.h |
GetRawMultiMono()
Description
For fast raw DSP access to the buffer.
| Name | GetRawMultiMono |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/ChannelAgnostic/ChannelAgnosticType.h |
| Include Path | #include "ChannelAgnostic/ChannelAgnosticType.h" |
TArrayView < float > GetRawMultiMono()
View of entire multi-mono buffer.
GetRawMultiMono()
Description
For fast raw DSP access to the buffer.
| Name | GetRawMultiMono |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/ChannelAgnostic/ChannelAgnosticType.h |
| Include Path | #include "ChannelAgnostic/ChannelAgnosticType.h" |
TArrayView < const float > GetRawMultiMono() const
View of entire multi-mono buffer.