FMediaIOCoreTextureSampleBase::SetBuffer

Initialize the sample.

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreTextureSampleBase.h

Include

#include "MediaIOCoreTextureSampleBase.h"

Source

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreTextureSampleBase.cpp

Syntax

bool SetBuffer
(
    const void * InVideoBuffer,
    uint32 InBufferSize
)

Remarks

Initialize the sample.

Parameters

Parameter

Description

InVideoBuffer

The video frame data.

InBufferSize

The size of the video buffer.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss