FLinearTimecodeDecoder::Sample

Analyze a single sample, looking for a time code pattern

Windows
MacOS
Linux

References

Module

LinearTimecode

Header

/Engine/Plugins/Media/LinearTimecode/Source/LinearTimecode/Public/LinearTimecodeDecoder.h

Include

#include "LinearTimecodeDecoder.h"

Source

/Engine/Plugins/Media/LinearTimecode/Source/LinearTimecode/Private/LinearTimecodeDecoder.cpp

Syntax

bool Sample
(
    float InSample,
    FDropTimecode & OutTimeCode
)

Remarks

Analyze a single sample, looking for a time code pattern

Returns

true if sample was last in a timecode frame

Parameters

Parameter

Description

InSample

single normalized sample, 1.0 to -1.0

OutTimeCode

returned timecode to this point, untouched if not end of sequence sample

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