equal
deleted
inserted
replaced
492 /** |
492 /** |
493 * Checks whether media can be played or tried to be played. |
493 * Checks whether media can be played or tried to be played. |
494 * This function returns EFalse, if media is DRM protected and |
494 * This function returns EFalse, if media is DRM protected and |
495 * no rights exist. |
495 * no rights exist. |
496 */ |
496 */ |
497 TBool CMmsViewerAppUi::MediaCanPlay(const CMsgMediaControl* aMedia, |
497 TBool MediaCanPlay(const CMsgMediaControl* aMedia, |
498 const CUniObject* aMmsObject ) const; |
498 const CUniObject* aMmsObject ) const; |
499 |
499 |
500 |
500 |
501 /** |
501 /** |
502 * Checks whether media can be stopped or tried to be played |
502 * Checks whether media can be stopped or tried to be played |