Navigation
Unreal Engine C++ API Reference > Plugins > LinearTimecode > FLinearTimecodeDecoder
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 |
bool Sample
(
float InSample,
FDropTimecode & OutTimeCode
)
Remarks
Analyze a single sample, looking for a time code pattern true if sample was last in a timecode frame
Parameters
Name | Description |
---|---|
InSample | single normalized sample, 1.0 to -1.0 |
OutTimeCode | returned timecode to this point, untouched if not end of sequence sample |