30 #ifndef QTFIT_VIDEOFRAMEMESSAGE_H
31 #define QTFIT_VIDEOFRAMEMESSAGE_H
37 class VideoFrameMessagePrivate;
46 quint16 timestampMs()
const;
47 quint32 frameNumber()
const;
49 void setTimestamp(
const DateTime timestamp);
50 void setTimestampMs(
const quint16 timestampMs);
51 void setFrameNumber(
const quint32 frameNumber);
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
Definition: abstractdatamessage.h:36
The VideoFrameMessage class represents a FIT VideoFrameMessage data message.
Definition: videoframemessage.h:39
DateTime
Seconds since UTC 00:00 Dec 31 1989.
Definition: types.h:237