libltcsmpte
0.4.4
|
Extended SMPTE frame The maximum error for startpos is 1/80 of a frame. More...
#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. | |
Extended SMPTE frame The maximum error for startpos is 1/80 of a frame.
Usually it is 0;
Definition at line 199 of file ltcsmpte.h.
SMPTEFrame SMPTEFrameExt::base |
the SMPTE decoded from the audio
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.
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.
Definition at line 202 of file ltcsmpte.h.