FMediaIOCoreBinarySampleBase::GetTimecode

Get the sample timecode if available.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMediaBinarySample::GetTimecode()

FMediaIOCoreBinarySampleBase::GetTimecode()

References

Module

MediaIOCore

Header

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

Include

#include "MediaIOCoreBinarySampleBase.h"

Syntax

virtual TOptional< FTimecode > GetTimecode() const

Remarks

Get the sample timecode if available.

Returns

Sample timecode.

See Also