30 #ifndef QTFIT_VIDEOCLIPMESSAGE_H
31 #define QTFIT_VIDEOCLIPMESSAGE_H
45 quint16 clipNumber()
const;
47 quint16 startTimestampMs()
const;
49 quint16 endTimestampMs()
const;
50 quint32 clipStart()
const;
51 quint32 clipEnd()
const;
53 void setClipNumber(
const quint16 clipNumber);
54 void setStartTimestamp(
const DateTime startTimestamp);
55 void setStartTimestampMs(
const quint16 startTimestampMs);
56 void setEndTimestamp(
const DateTime endTimestamp);
57 void setEndTimestampMs(
const quint16 endTimestampMs);
58 void setClipStart(
const quint32 clipStart);
59 void setClipEnd(
const quint32 clipEnd);
#define QTFIT_EXPORT
QtFit library export/import macro.
#define QTFIT_END_NAMESPACE
Macro for ending the QtFit library's top-most namespace (if one is defined).
#define QTFIT_BEGIN_NAMESPACE
Macro for starting the QtFit library's top-most namespace (if one is defined).
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
The VideoClipMessage class represents a FIT VideoClipMessage data message.
DateTime
Seconds since UTC 00:00 Dec 31 1989.