videoutils_plat/videoplayer_constants_api/inc/vcxmyvideosdefs.h
changeset 28 38fb71c3f265
parent 27 9da6551eb47a
child 30 167cc938fed1
equal deleted inserted replaced
27:9da6551eb47a 28:38fb71c3f265
    48 * S60 (v3.1/w31) download manager crashes if url length goes somewhere around
    48 * S60 (v3.1/w31) download manager crashes if url length goes somewhere around
    49 * 1200-1400 so we need to limit it here. If someone finds out that
    49 * 1200-1400 so we need to limit it here. If someone finds out that
    50 * download manager get fixed please feel free to change value to 2048 
    50 * download manager get fixed please feel free to change value to 2048 
    51 */
    51 */
    52 const TInt KVcxMvcMaxUrlLength = 1024;
    52 const TInt KVcxMvcMaxUrlLength = 1024;
       
    53 
       
    54 /**
       
    55 * Maximum length of KMPXMediaGeneralTitle attribute. Limiting factor
       
    56 * comes from MDS.
       
    57 */
       
    58 const TInt KVcxMvcMaxTitleLength = 255;
    53 
    59 
    54 /**
    60 /**
    55 *  Content ID (UID) identifying My Videos category of content provided
    61 *  Content ID (UID) identifying My Videos category of content provided
    56 *  in the media object and associated attributes. 
    62 *  in the media object and associated attributes. 
    57 */
    63 */
   178 //KMPXMediaGeneralId 
   184 //KMPXMediaGeneralId 
   179 
   185 
   180 /**
   186 /**
   181 *  2. (BRIEF)
   187 *  2. (BRIEF)
   182 *  Descriptor, contains video name.
   188 *  Descriptor, contains video name.
       
   189 *  Maximum length is KVcxMvcMaxTitleLength.
   183 *  Saved to MDS.
   190 *  Saved to MDS.
   184 */
   191 */
   185 //KMPXMediaGeneralTitle
   192 //KMPXMediaGeneralTitle
   186 
   193 
   187 /**
   194 /**
   918                     |                                                                                  |
   925                     |                                                                                  |
   919                     |  HandleCommandComplete(cmd, KErrNone)                                            |
   926                     |  HandleCommandComplete(cmd, KErrNone)                                            |
   920                     |      cmd is the same as was given in .CommandL() call.                           |
   927                     |      cmd is the same as was given in .CommandL() call.                           |
   921                     |      cmd contains in addition to parameters set earlier:                         |
   928                     |      cmd contains in addition to parameters set earlier:                         |
   922                     |         1. Media array has error codes set to each array item:                   |
   929                     |         1. Media array has error codes set to each array item:                   |
   923                     |            KVcxMediaMyVideosInt32Value = KErrNone if successful, KErrGeneral otherwise.
   930                     |            KVcxMediaMyVideosInt32Value = KErrNone if successful,                 |
       
   931                     |             KErrGeneral or KErrAlreadyExists otherwise.                          |
   924                     |         2. cmd KVcxMediaMyVideosInt32Value contains KErrNone if everything went  |
   932                     |         2. cmd KVcxMediaMyVideosInt32Value contains KErrNone if everything went  |
   925                     |            OK. If value is != KErrNone, then something went wrong and individual |
   933                     |            OK. If value is != KErrNone, then something went wrong and individual |
   926                     |            error codes for array items might not contain values.                 |
   934                     |            error codes for array items might not contain values.                 |
   927                     |<---------------------------------------------------------------------------------|
   935                     |<---------------------------------------------------------------------------------|
   928                     |                                                                                  |
   936                     |                                                                                  |