Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QtopiaMedia Class Reference
[QtMediaModule]

The QtopiaMedia namespace provides a container for general media types. More...

    #include <QtopiaMedia>

Public Types


Detailed Description

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.


Member Type Documentation

enum QtopiaMedia::Offset

This enum specifies the offset from which a seek operation should occur.

ConstantValueDescription
QtopiaMedia::Beginning0The Beginning of the content.
QtopiaMedia::Current1The current position in Playing or Paused content.
QtopiaMedia::End2The end of the content.

enum QtopiaMedia::State

This enum specifies the state of a media content.

ConstantValueDescription
QtopiaMedia::Playing0The Media is currently playing.
QtopiaMedia::Paused1The Media is currently paused.
QtopiaMedia::Stopped2The Media is currently stopped.
QtopiaMedia::Buffering3The Media is being buffered before playback.
QtopiaMedia::Error4An error has occurred with the media


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3