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