FMediaIOCoreBinarySampleBase::SetProperties

Set the sample properties.

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

Remarks

Set the sample properties.

Parameters

Parameter

Description

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.