Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCoreAudioSampleBase
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreAudioSampleBase.h |
Include | #include "MediaIOCoreAudioSampleBase.h" |
Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreAudioSampleBase.cpp |
virtual void * RequestBuffer
(
uint32 InBufferSize
)
Remarks
Request an uninitialized sample buffer. Should be used when the buffer could be filled by something else. SetProperties should still be called after.
Parameters
Name | Description |
---|---|
InBufferSize | The size of the audio buffer. |