Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCoreAudioSampleBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the sample buffer. | MediaIOCoreAudioSampleBase.h | ||
bool SetBuffer
(
const int32* InAudioBuffer, |
Set the sample buffer. | MediaIOCoreAudioSampleBase.h |
SetBuffer(TArray< int32 >)
Description
Set the sample buffer.
| Name | SetBuffer |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreAudioSampleBase.h |
| Include Path | #include "MediaIOCoreAudioSampleBase.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreAudioSampleBase.cpp |
bool SetBuffer
(
TArray < int32 > InAudioBuffer
)
Parameters
| Name | Remarks |
|---|---|
| InAudioBuffer | The audio frame data. |
SetBuffer(const int32 *, uint32)
Description
Set the sample buffer.
| Name | SetBuffer |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreAudioSampleBase.h |
| Include Path | #include "MediaIOCoreAudioSampleBase.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreAudioSampleBase.cpp |
bool SetBuffer
(
const int32 * InAudioBuffer,
uint32 InBufferSize
)
Parameters
| Name | Remarks |
|---|---|
| InAudioBuffer | The audio frame data. |
| InBufferSize | The size of the audio buffer. |