mpengine/src/mpmpxplaybackframeworkwrapper.cpp
changeset 54 c5b304f4d89b
parent 48 af3740e3753f
child 58 ed94e1e8390e
equal deleted inserted replaced
48:af3740e3753f 54:c5b304f4d89b
    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 {