~phablet-team/+junk/qtmultimedia-declarative-playlist

« back to all changes in this revision

Viewing changes to src/multimedia/doc/src/blackberry.qdoc

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-05-23 19:47:12 UTC
  • mfrom: (1.1.1) (7.1.2 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130523194712-ng8dawnyetljbjkv
Tags: 5.0.2-2ubuntu2
Update libqt5multimedia5.symbols for qreal substitutions for armhf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
\title BlackBerry
31
31
\brief Platform notes for the BlackBerry Platform
32
32
 
33
 
QtMultimedia supports BlackBerry devices that run the BB10 operating system.
 
33
Qt Multimedia supports BlackBerry devices that run the BB10 operating system.
34
34
This page covers the availibility of different features on BB10.
35
35
 
36
36
\section1 Implementation
41
41
three-dimensional positional audio playback, \e OpenAL is supported and present
42
42
on BB10.
43
43
 
44
 
The QtMultimedia BlackBerry backend uses mmrenderer for media playback.
 
44
The Qt Multimedia BlackBerry backend uses mmrenderer for media playback.
45
45
 
46
46
For the positional audio classes in the \l {Positional Audio} {QtAudioEngine} QML
47
47
module, OpenAL is used as on all other platforms.
54
54
mmrenderer. As mmrenderer supports streaming from HTTP and other URLs, this is
55
55
supported in QMediaPlayer as well. Playlists as sources are also supported.
56
56
 
57
 
mmrenderer does not allow access to the pixel data of video frames, hence QtMultimedia
 
57
mmrenderer does not allow access to the pixel data of video frames, hence Qt Multimedia
58
58
classes like QVideoFrame and QAbstractVideoSurface will not work since they require access
59
59
to the image data. QVideoWidget and the VideoOutput QML element are implemented with an overlay window;
60
60
mmrenderer creates a seperate window displaying a video and puts that on top of the Qt application.