1 /*! \mainpage QtGstreamer API Reference
3 * \section introduction Introduction
4 * QtGstreamer provides C++ bindings for <a href="http://www.gstreamer.net">GStreamer</a>
5 * with a Qt-style API, plus some helper classes for integrating GStreamer better in
6 * <a href="http://qt.nokia.com">Qt</a> applications.
10 * \brief Wrappers for Glib and GObject classes
12 * This namespace provides wrapper classes for objects from the Glib and GObject libraries,
13 * plus some helper classes that provide the foundations for building C++/Qt bindings for
14 * GObject-based libraries.
18 * \brief Wrappers for GStreamer classes
20 * This namespace provides wrapper classes for GStreamer objects.
23 /*! \namespace QGst::Ui
24 * \brief Helper classes for better integration of GStreamer in graphical Qt applications
26 * This namespace provides helper classes for better integration of GStreamer
27 * in graphical Qt applications.
30 /*! \example echo/main.cpp
31 * This is a trivial example which echoes the microphone input to the output
34 /*! \example player/main.cpp
35 * This is an example audio player using QtGstreamer