Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaMedia namespace provides a container for general media types. More...
#include <QtopiaMedia>
The QtopiaMedia namespace provides a container for general media types.
The QtopiaMedia namespace defines two enumerations to deal with state information and seek offsets.
See also QtopiaMedia::State and QtopiaMedia::Offset.
This enum specifies the offset from which a seek operation should occur.
Constant | Value | Description |
---|---|---|
QtopiaMedia::Beginning | 0 | The Beginning of the content. |
QtopiaMedia::Current | 1 | The current position in Playing or Paused content. |
QtopiaMedia::End | 2 | The end of the content. |
This enum specifies the state of a media content.
Constant | Value | Description |
---|---|---|
QtopiaMedia::Playing | 0 | The Media is currently playing. |
QtopiaMedia::Paused | 1 | The Media is currently paused. |
QtopiaMedia::Stopped | 2 | The Media is currently stopped. |
QtopiaMedia::Buffering | 3 | The Media is being buffered before playback. |
QtopiaMedia::Error | 4 | An error has occurred with the media |
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |