50 #ifndef NPTREFERENCE_H_
51 #define NPTREFERENCE_H_
54 #include "MpegDescriptor.h"
63 namespace dataprocessing {
71 char postDiscontinuityIndicator;
72 unsigned char contentId;
76 unsigned short scaleDenominator;
78 virtual int process();
81 unsigned int calculateDescriptorSize();
87 char getPostDiscontinuityIndicator();
88 unsigned char getContentId();
91 short getScaleNumerator();
92 unsigned short getScaleDenominator();
94 void setPostDiscontinuityIndicator(
char indicator);
95 void setContentId(
unsigned char id);
96 void setStcRef(uint64_t stc);
97 void setNptRef(uint64_t npt);
98 void setScaleNumerator(
short numerator);
99 void setScaleDenominator(
unsigned short denominator);
Definition: NPTReference.h:67
Definition: MpegDescriptor.h:67