Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCoreBinarySampleBase > API/Plugins/MediaIOCore/FMediaIOCoreBinarySampleBase/Initialize
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreBinarySampleBase.h |
Include | #include "MediaIOCoreBinarySampleBase.h" |
Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreBinarySampleBase.cpp |
bool Initialize
(
const uint8 * InBinaryBuffer,
uint32 InBufferSize,
FTimespan InTime,
const FFrameRate & InFrameRate,
const TOptional < FTimecode > & InTimecode
)
Remarks
Initialize the sample.
Parameters
Name | Description |
---|---|
InBinaryBuffer | The metadata frame data. |
InBufferSize | The size of the InBinaryBuffer. |
InTime | The sample time (in the player's own clock). |
InFrameRate | The framerate of the media that produce the sample. |
InTimecode | The sample timecode if available. |