mpengine/src/mpmpxplaybackframeworkwrapper.cpp
changeset 51 560ce2306a17
parent 47 4cc1412daed0
child 55 f3930dda3342
equal deleted inserted replaced
47:4cc1412daed0 51:560ce2306a17
    34     This signal is emitted when MPXPlaybackUtility sends a volume related property notification,
    34     This signal is emitted when MPXPlaybackUtility sends a volume related property notification,
    35     such as EPbPropertyVolume, EPbPropertyMaxVolume, EPbPropertyMute.
    35     such as EPbPropertyVolume, EPbPropertyMaxVolume, EPbPropertyMute.
    36  */
    36  */
    37 
    37 
    38 /*!
    38 /*!
       
    39     \fn void corruptedStop();
       
    40 
       
    41     This signal is emitted when a courrpted song is discovered and is the last song of 
       
    42     the playlist
       
    43  */
       
    44 
       
    45 /*!
       
    46     \fn void fileCorrupted(int fileId);
       
    47 
       
    48     This signal is emitted when a courrpted song is discovered with fileId.
       
    49  */
       
    50 
       
    51 /*!
    39  Constructs the utility wrapper.
    52  Constructs the utility wrapper.
    40  */
    53  */
    41 MpMpxPlaybackFrameworkWrapper::MpMpxPlaybackFrameworkWrapper( TUid hostUid, MpSongData *songData, QObject *parent )
    54 MpMpxPlaybackFrameworkWrapper::MpMpxPlaybackFrameworkWrapper( TUid hostUid, MpSongData *songData, QObject *parent )
    42     : QObject(parent)
    55     : QObject(parent)
    43 {
    56 {