videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h
branchRCL_3
changeset 10 ec2d0136d75d
parent 9 d814ed7f9a12
child 15 913622afaa4b
equal deleted inserted replaced
9:d814ed7f9a12 10:ec2d0136d75d
    39 const TInt KVcxMvcCategoryIdOther        = 4;
    39 const TInt KVcxMvcCategoryIdOther        = 4;
    40 const TInt KCategoryIdLastWatched        = 5;
    40 const TInt KCategoryIdLastWatched        = 5;
    41 const TInt KCategoryIdExtraItem1         = 6;
    41 const TInt KCategoryIdExtraItem1         = 6;
    42 const TInt KCategoryIdExtraItem2         = 7;
    42 const TInt KCategoryIdExtraItem2         = 7;
    43 const TInt KCategoryIdExtraItem3         = 8;
    43 const TInt KCategoryIdExtraItem3         = 8;
       
    44 
       
    45 /**
       
    46 * My Videos Custom command ID
       
    47 *
       
    48 * This is sent to MPX video player app UI, 
       
    49 * when the my videos main view is initialized, and
       
    50 * player app should do the background initialization.
       
    51 */
       
    52 const TInt KVcxMyVideosCmdDoLateConstruct =  0x20016B9D;
    44 
    53 
    45 /**
    54 /**
    46 * Same as KIptvUrlMaxLength in IptvUtil.h.
    55 * Same as KIptvUrlMaxLength in IptvUtil.h.
    47 * Comment copied from IptvUtil.h:
    56 * Comment copied from IptvUtil.h:
    48 * As far as I know url specification allows url to be as big as 2048, but
    57 * As far as I know url specification allows url to be as big as 2048, but