engine/inc/PodcastUtils.h
branchRCL_3
changeset 257 f5377b5817a0
parent 123 50edf2be6f0d
equal deleted inserted replaced
256:572d166c9421 257:f5377b5817a0
    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 	{