~ubuntu-branches/ubuntu/wily/xmms2/wily

« back to all changes in this revision

Viewing changes to src/include/xmmsclient/xmmsclient++/stats.h

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2008-07-04 16:23:34 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080704162334-b3esbkcapt8wbrk4
Tags: 0.5DrLecter-2ubuntu1
* Merge from debian unstable (LP: #241098), remaining changes:
  + debian/control:
    + Update Maintainer field
    + add lpia to xmms2-plugin-alsa supported architectures
    + Added liba52-0.7.4-dev to build depends
  + debian/rules: Added patch, patch-stamp and unpatch
  + changed 01_gcc4.3.patch:
    + src/include/xmmsclient/xmmsclient++/helpers.h: Added #include <climits>
* New upstream relase fixes LP: #212566, #222341

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  XMMS2 - X Music Multiplexer System
2
 
 *  Copyright (C) 2003-2007 XMMS2 Team
 
2
 *  Copyright (C) 2003-2008 XMMS2 Team
3
3
 *
4
4
 *  PLUGINS ARE NOT CONSIDERED TO BE DERIVED WORK !!!
5
5
 *
32
32
                typedef xmms_plugin_type_t Type;
33
33
                static const Type ALL      = XMMS_PLUGIN_TYPE_ALL;
34
34
                static const Type OUTPUT   = XMMS_PLUGIN_TYPE_OUTPUT;
35
 
                static const Type PLAYLIST = XMMS_PLUGIN_TYPE_PLAYLIST;
36
 
                static const Type EFFECT   = XMMS_PLUGIN_TYPE_EFFECT;
37
35
                static const Type XFORM    = XMMS_PLUGIN_TYPE_XFORM;
38
36
        }
39
37
 
100
98
                        DictListResult
101
99
                        pluginList(Plugins::Type type = Plugins::ALL) const;
102
100
 
103
 
                        /** Request the visualisation data signal.
104
 
                         *
105
 
                         *  @param slot Function pointer to a function taking
106
 
                         *              const List<unsigned int>& and returning a bool.
107
 
                         *  @param error Function pointer to an error callback
108
 
                         *               function. (<b>optional</b>)
109
 
                         *
110
 
                         *  @throw connection_error If the client isn't connected.
111
 
                         */
112
 
                        UintListSignal
113
 
                        signalVisualisationData() const;
114
 
 
115
101
                        /** Request status for the mediainfo reader.
116
102
                         *
117
103
                         *  Compare result with Xmms::Stats::IDLE and Xmms::Stats::RUNNING.