SYNOPSIS
#include <ltcsmpte.h>
Data Fields
SMPTEFrame base
the SMPTE decoded from the audio
int delayed
detected jitter in LTC-framerate/80 unit(s) - bit count in LTC frame.
long int startpos
the approximate sample in the stream corresponding to the start of the LTC SMPTE frame.
long int endpos
the sample in the stream corresponding to the end of the LTC SMPTE frame.
Detailed Description
Extended SMPTE frame The maximum error for startpos is 1/80 of a frame.
Usually it is 0;
Examples:
tests/decoder.c.
Definition at line 199 of file ltcsmpte.h.
Field Documentation
SMPTEFrame SMPTEFrameExt::base
the SMPTE decoded from the audio
Examples: tests/decoder.c.
Definition at line 200 of file ltcsmpte.h.
int SMPTEFrameExt::delayed
detected jitter in LTC-framerate/80 unit(s) - bit count in LTC frame.
Definition at line 201 of file ltcsmpte.h.
long int SMPTEFrameExt::endpos
the sample in the stream corresponding to the end of the LTC SMPTE frame.
Examples: tests/decoder.c.
Definition at line 203 of file ltcsmpte.h.
long int SMPTEFrameExt::startpos
the approximate sample in the stream corresponding to the start of the LTC SMPTE frame.
Examples: tests/decoder.c.
Definition at line 202 of file ltcsmpte.h.
Author
Generated automatically by Doxygen for libltcsmpte from the source code.