~ubuntu-branches/ubuntu/natty/kdemultimedia/natty-proposed

« back to all changes in this revision

Viewing changes to dragonplayer/src/app/videoWindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2011-05-26 02:41:36 UTC
  • mfrom: (0.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.westby@ubuntu.com-20110526024136-jjwsigfy402jhupm
Tags: upstream-4.6.3
ImportĀ upstreamĀ versionĀ 4.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <Phonon/Path>
31
31
#include <Phonon/MediaSource>
32
 
 
33
32
#include <Phonon/ObjectDescription>
34
33
#include <Solid/Device>
35
34
#include <KUrl>
42
41
     class AudioOutput;
43
42
     class MediaObject;
44
43
     class MediaController;
 
44
     class AudioDataOutput;
45
45
}
46
46
 
47
47
typedef struct xine_stream_s xine_stream_t;
75
75
        Phonon::AudioOutput *m_aOutput;
76
76
        Phonon::MediaObject *m_media;
77
77
        Phonon::MediaController *m_controller;
 
78
        Phonon::AudioDataOutput* m_aDataOutput;
78
79
        Phonon::Path m_audioPath;
 
80
        Phonon::Path m_audioDataPath;
79
81
 
80
82
        friend class TheStream;
81
83
 
102
104
        qint64 length() const;
103
105
        bool isDVD() const;
104
106
 
 
107
        bool setupAnalyzer(QObject* analzyer); ///return whether setup was successful
 
108
        
105
109
        ///stuff for dbus:
106
 
        //{
107
 
 
108
110
        qreal volume() const;
109
111
        void setVolume( qreal );
110
112
        QString urlOrDisc() const;