engine/src/PodcastUtils.cpp
branchRCL_3
changeset 257 f5377b5817a0
parent 159 004508c4f714
child 333 c80c7fb835c2
equal deleted inserted replaced
256:572d166c9421 257:f5377b5817a0
   312 
   312 
   313 EXPORT_C TBool PodcastUtils::IsVideoShow(TDesC &aUrl)
   313 EXPORT_C TBool PodcastUtils::IsVideoShow(TDesC &aUrl)
   314 	{
   314 	{
   315 	if (aUrl.Find(KVideoFormat1) != KErrNotFound ||
   315 	if (aUrl.Find(KVideoFormat1) != KErrNotFound ||
   316 			aUrl.Find(KVideoFormat2) != KErrNotFound ||
   316 			aUrl.Find(KVideoFormat2) != KErrNotFound ||
   317 			aUrl.Find(KVideoFormat3) != KErrNotFound)
   317 			aUrl.Find(KVideoFormat3) != KErrNotFound ||
       
   318 			aUrl.Find(KVideoFormat4) != KErrNotFound)
   318 		{
   319 		{
   319 		return ETrue;
   320 		return ETrue;
   320 		}
   321 		}
   321 
   322 
   322 	return EFalse;
   323 	return EFalse;