FMediaIOCoreBinarySampleBase::Initialize

Initialize the sample.

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 Initialize
(
    TArray< uint8 > InBinaryBuffer,
    FTimespan InTime,
    const FFrameRate & InFrameRate,
    const TOptional< FTimecode > & InTimecode
)

Remarks

Initialize the sample.

Parameters

Parameter

Description

InBinaryBuffer

The metadata frame data.

InTimecode

The sample timecode if available.

InTime

The sample time (in the player's own clock).