FMediaIOCoreBinarySampleBase::SetBuffer

Set the sample buffer.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

bool SetBuffer
(
    const uint8 * InBinaryBuffer,
    uint32 InBufferSize
)

Remarks

Set the sample buffer.

Parameters

Parameter

Description

InBinaryBuffer

The metadata frame data.

InBufferSize

The size of the InBinaryBuffer.