30 #ifndef QTFIT_VIDEOMESSAGE_H
31 #define QTFIT_VIDEOMESSAGE_H
46 QString hostingProvider()
const;
47 quint32 duration()
const;
49 void setUrl(
const QString url);
50 void setHostingProvider(
const QString hostingProvider);
51 void setDuration(
const quint32 duration);
#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 VideoMessage class represents a FIT VideoMessage data message.