Navigation
API > API/Plugins > API/Plugins/LinearTimecode > API/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
&40;
float InSample,
FDropTimecode & OutTimeCode
&41;
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 |