30 #ifndef QTFIT_VIDEOMESSAGE_H
31 #define QTFIT_VIDEOMESSAGE_H
37 class VideoMessagePrivate;
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);
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
Definition: abstractdatamessage.h:36
The VideoMessage class represents a FIT VideoMessage data message.
Definition: videomessage.h:39