1 |
1 ///* |
2 VCXCollectionMyVideos "20016B97" old |
2 //* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 //* All rights reserved. |
|
4 //* This component and the accompanying materials are made available |
|
5 //* under the terms of the License "Eclipse Public License v1.0" |
|
6 //* which accompanies this distribution, and is available |
|
7 //* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 //* |
|
9 //* Initial Contributors: |
|
10 //* Nokia Corporation - initial contribution. |
|
11 //* |
|
12 //* Contributors: |
|
13 //* |
|
14 //* Description: |
|
15 //* |
|
16 //*/ |
|
17 |
|
18 ANY_SIZE -1 |
|
19 |
3 // 0 is mapped to the VCXCollectionMyVideos constant |
20 // 0 is mapped to the VCXCollectionMyVideos constant |
4 //VCXCollectionMyVideos "0" |
21 VCXCollectionMyVideos "0" |
5 |
22 |
6 VCXCollectionMusic "101FFC3A" |
23 // From vcxmyvideoscategories.cpp |
7 VCXCollectionPodcast "101FFC3C" |
24 EVcxMyVideosAllVideos "All videos" |
8 |
25 EVcxMyVideosDownloads "Downloads" |
9 // Index, not id of the item. always same? |
26 EVcxMyVideosTvRecordings "TV recordings" |
10 // From vcxmyvideoscollection.hrh |
27 EVcxMyVideosCapturedVideos "Captured videos" |
11 EVcxMyVideosAllVideos 0 |
28 EVcxMyVideosOther "Other" |
12 //EVcxMyVideosPlaylists |
29 |
13 EVcxMyVideosDownloads 1 |
30 // Album names for tests. |
14 EVcxMyVideosTvRecordings 2 |
31 Album1 "Video album 1" |
15 EVcxMyVideosCapturedVideos 3 // NO SUPPORT ON UI |
32 Album2 "Video album 2" |
16 EVcxMyVideosOther 4 |
33 Album3 "Video album 3" |
17 //EVcxMyVideosDownloadList 5 // NOT SUPPORTED |
34 Album4 "Video album 4" |
|
35 Album5 "Video album 5" |
18 |
36 |
19 // Download state |
37 // Download state |
20 EVcxMyVideosDlStateNone 0 |
38 EVcxMyVideosDlStateNone 0 |
21 EVcxMyVideosDlStateDownloading 1 |
39 EVcxMyVideosDlStateDownloading 1 |
22 EVcxMyVideosDlStateFailed 2 |
40 EVcxMyVideosDlStateFailed 2 |
40 |
58 |
41 SIDELOADER_WAIT 25000 |
59 SIDELOADER_WAIT 25000 |
42 PAUSE_MV_CASE_BEGIN 500 |
60 PAUSE_MV_CASE_BEGIN 500 |
43 MV_LOOP_COUNT 100 |
61 MV_LOOP_COUNT 100 |
44 |
62 |
45 // From CIptvTestVideoCreator.h |
63 // From vcxmyvideostestutils.h |
46 IptvTestVideo3Gp 0 // Extension .3GP |
64 VcxTestVideo3Gp 0 // Extension .3GP |
47 IptvTestVideo3Gp2 1 // Extension .3G2 |
65 VcxTestVideoMpeg4 1 // Extension .MP4 |
48 IptvTestVideoMp2 2 // Extension .MP2 |
66 |
49 IptvTestVideoMpeg1 3 // Extension .MPG |
67 PAUSE_SIDELOAD_15_SECONDS 15000 |
50 IptvTestVideoMpeg2 4 // Extension .MPG |
68 PAUSE_SIDELOAD_30_SECONDS 30000 |
51 IptvTestVideoSuperVideoCd 5 // Extension .MPG |
69 PAUSE_SIDELOAD_MINUTE 60000 |
52 IptvTestVideoMp3 6 // Extension .MP3 |
70 PAUSE_SIDELOAD_10_MINUTES 300000 |
53 IptvTestVideoAppleMpeg 7 // Extension .MP4 |
|
54 IptvTestVideoMpeg4 8 // Extension .MP4 |
|
55 IptvTestVideoMpegAvc 9 // Extension .MP4 |
|
56 IptvTestVideoQuicktime 10 // Extension .MOV |
|
57 IptvTestVideoRealVideo 11 // Extension .RM |
|
58 IptvTestVideoAvi 12 // Extension .AVI |
|
59 IptvTestVideoWmv 13 // Extension .WMV |
|
60 IptvTestVideoAviAC3 14 // Extension .AVI |
|
61 |
|
62 PAUSE_SIDELOAD 30000 // 30 seconds |
|
63 PAUSE_SIDELOAD_LONG 60000 // a minute |
|
64 PAUSE_SIDELOAD_VERY_LONG 300000 // 10 minutes |
|
65 |
71 |
66 KVCXMYVideosTestMessageNotAccepted 0 |
72 KVCXMYVideosTestMessageNotAccepted 0 |
67 |
73 |
68 KVCXMYVideosTestMessageDlSucceeded 1000 |
74 KVCXMYVideosTestMessageDlSucceeded 1000 |
69 KVCXMYVideosTestMessageDlFailed 1001 |
75 KVCXMYVideosTestMessageDlFailed 1001 |
86 KVCXMYVideosTestMessageDeleteStarted 2010 |
92 KVCXMYVideosTestMessageDeleteStarted 2010 |
87 KVCXMYVideosTestMessageDeleteResp 2011 |
93 KVCXMYVideosTestMessageDeleteResp 2011 |
88 KVCXMYVideosTestMessageCommandCanceled 2012 |
94 KVCXMYVideosTestMessageCommandCanceled 2012 |
89 |
95 |
90 KVCXMYVideosTestMessageCollectionGeneral 3000 |
96 KVCXMYVideosTestMessageCollectionGeneral 3000 |
91 KVCXMYVideosTestMessageCollectionItemChanged 3001 |
97 |
92 KVCXMYVideosTestMessageCollectionCategoryChanged 3002 |
98 KVCXMYVideosTestMessageMpxVideoInserted 4000 |
93 |
99 KVCXMYVideosTestMessageMpxCategoryInserted 4001 |
94 KVCXMYVideosTestMessageMpxItemInserted 4000 |
100 KVCXMYVideosTestMessageMpxAlbumInserted 4002 |
95 KVCXMYVideosTestMessageMpxItemDeleted 4001 |
101 KVCXMYVideosTestMessageMpxVideoDeleted 4003 |
96 KVCXMYVideosTestMessageMpxItemModified 4002 |
102 KVCXMYVideosTestMessageMpxCategoryDeleted 4004 |
|
103 KVCXMYVideosTestMessageMpxAlbumDeleted 4005 |
|
104 KVCXMYVideosTestMessageMpxVideoModified 4006 |
|
105 KVCXMYVideosTestMessageMpxCategoryModified 4007 |
|
106 KVCXMYVideosTestMessageMpxAlbumModified 4008 |
97 |
107 |
98 KVCXMyVideosTestMessageVideoListOrderChanged 5000 |
108 KVCXMyVideosTestMessageVideoListOrderChanged 5000 |
99 |
109 |
100 KVCXMYVideosTestErrorDownloadNotFound 10001 |
110 KVCXMYVideosTestErrorDownloadNotFound 10001 |
101 KVCXMYVideosTestErrorFileNotFound 10002 |
111 KVCXMYVideosTestErrorFileNotFound 10002 |
214 FREESPACE_1MB 1024000 |
224 FREESPACE_1MB 1024000 |
215 FREESPACE_2MB 2048000 |
225 FREESPACE_2MB 2048000 |
216 FREESPACE_5MB 5120000 |
226 FREESPACE_5MB 5120000 |
217 FREESPACE_10MB 10240000 |
227 FREESPACE_10MB 10240000 |
218 |
228 |
219 // http://193.65.182.78/nokia_vod.xml |
|
220 SERVICE_1 "NokiaVideos" |
|
221 // http://193.65.182.78/testingfeed_iptvengine.xml |
|
222 SERVICE_2 "Enginetestingfeed" |
|
223 // http://193.65.182.78/miscvideos.xml |
|
224 SERVICE_MISCVIDEOS "Miscvideos" |
|
225 // http://193.65.182.78/misc/smallvideos/smallvideos.xml |
|
226 SERVICE_SMALLVIDEOS "SmallVideos" |
|
227 |
|
228 |
|
229 KVcxNsMpxEventDownloadStarted 1 |
229 KVcxNsMpxEventDownloadStarted 1 |
230 KVcxNsMpxEventAllDownloadsEnded 2 |
230 KVcxNsMpxEventAllDownloadsEnded 2 |
231 KVcxNsMpxEventDownloadCompleted 4 |
231 KVcxNsMpxEventDownloadCompleted 4 |
232 KVcxNsMpxEventNewVideosCountDecreased 5 |
232 KVcxNsMpxEventNewVideosCountDecreased 5 |