Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
/**************************************************************************** ** ** This file is part of the Qt Extended Commercial Package. ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** ** $QT_EXTENDED_DUAL_LICENSE$ ** ****************************************************************************/ #ifndef __FFMPEG_ENGINEFACTORY_H #define __FFMPEG_ENGINEFACTORY_H #include <qmediaenginefactory.h> namespace ffmpeg { class EngineFactory : public QObject, public QMediaEngineFactory { Q_OBJECT Q_INTERFACES(QMediaEngineFactory) public: EngineFactory(); ~EngineFactory(); QMediaEngine* create(); }; } // ns ffmpeg #endif // __FFMPEG_ENGINEFACTORY_H
Copyright © 2009 Nokia | Trademarks | Qt Extended 4.4.3 |