videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h
changeset 18 2c61986c60fa
parent 16 ae43a6765dd5
child 23 2fa4bdc4457e
--- a/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h	Fri Apr 16 16:02:30 2010 +0300
+++ b/videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h	Mon May 03 13:28:27 2010 +0300
@@ -52,6 +52,12 @@
 const TInt KVcxMvcMaxUrlLength = 1024;
 
 /**
+* Maximum length of KMPXMediaGeneralTitle attribute. Limiting factor
+* comes from MDS.
+*/
+const TInt KVcxMvcMaxTitleLength = 255;
+
+/**
 *  Content ID (UID) identifying My Videos category of content provided
 *  in the media object and associated attributes. 
 */
@@ -180,6 +186,7 @@
 /**
 *  2. (BRIEF)
 *  Descriptor, contains video name.
+*  Maximum length is KVcxMvcMaxTitleLength.
 *  Saved to MDS.
 */
 //KMPXMediaGeneralTitle
@@ -920,7 +927,8 @@
                     |      cmd is the same as was given in .CommandL() call.                           |
                     |      cmd contains in addition to parameters set earlier:                         |
                     |         1. Media array has error codes set to each array item:                   |
-                    |            KVcxMediaMyVideosInt32Value = KErrNone if successful, KErrGeneral otherwise.
+                    |            KVcxMediaMyVideosInt32Value = KErrNone if successful,                 |
+                    |             KErrGeneral or KErrAlreadyExists otherwise.                          |
                     |         2. cmd KVcxMediaMyVideosInt32Value contains KErrNone if everything went  |
                     |            OK. If value is != KErrNone, then something went wrong and individual |
                     |            error codes for array items might not contain values.                 |