engine/inc/PodcastUtils.h
branchsymbian1
changeset 246 140a404c6b53
parent 60 4d230e702aa3
equal deleted inserted replaced
245:3f57982a6f10 246:140a404c6b53
    35 _LIT(KPcastPrefix, "pcast://");
    35 _LIT(KPcastPrefix, "pcast://");
    36 
    36 
    37 _LIT(KVideoFormat1, ".wmv");
    37 _LIT(KVideoFormat1, ".wmv");
    38 _LIT(KVideoFormat2, ".avi");
    38 _LIT(KVideoFormat2, ".avi");
    39 _LIT(KVideoFormat3, ".mp4");
    39 _LIT(KVideoFormat3, ".mp4");
       
    40 _LIT(KVideoFormat4, ".mov");
    40 
    41 
    41 
    42 
    42 
    43 
    43 class PodcastUtils
    44 class PodcastUtils
    44 	{
    45 	{