engine/src/PodcastUtils.cpp
branch3rded
changeset 279 5a44ec2f6f4d
parent 275 e2c3225833c3
child 336 3d6c1417e8bd
equal deleted inserted replaced
278:e6aa20533d01 279:5a44ec2f6f4d
   320 
   320 
   321 EXPORT_C TBool PodcastUtils::IsVideoShow(TDesC &aUrl)
   321 EXPORT_C TBool PodcastUtils::IsVideoShow(TDesC &aUrl)
   322 	{
   322 	{
   323 	if (aUrl.Find(KVideoFormat1) != KErrNotFound ||
   323 	if (aUrl.Find(KVideoFormat1) != KErrNotFound ||
   324 			aUrl.Find(KVideoFormat2) != KErrNotFound ||
   324 			aUrl.Find(KVideoFormat2) != KErrNotFound ||
   325 			aUrl.Find(KVideoFormat3) != KErrNotFound)
   325 			aUrl.Find(KVideoFormat3) != KErrNotFound ||
       
   326 			aUrl.Find(KVideoFormat4) != KErrNotFound)
   326 		{
   327 		{
   327 		return ETrue;
   328 		return ETrue;
   328 		}
   329 		}
   329 
   330 
   330 	return EFalse;
   331 	return EFalse;