Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/snippets/audioeffects.cpp

    r2 r561  
     1
     2
     3
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
    142#include <QtGui>
    243
     
    647#include <phonon/effect.h>
    748#include <phonon/effectwidget.h>
    8 
    949
    1050int main(int argv, char **args)
     
    2363            Phonon::BackendCapabilities::availableAudioEffects();
    2464    Phonon::EffectDescription effectDescription = effectDescriptions.at(4);
    25    
     65
    2666    Phonon::Path path = Phonon::createPath(mediaObject, audioOutput);
    2767
     
    3676
    3777    mediaObject->play();
    38    
     78
    3979    effectWidget->setWindowTitle("Effect Name: " + effectDescription.name());
    4080
Note: See TracChangeset for help on using the changeset viewer.