videoplayback/videohelix/src/mpxvideofiledetails.cpp
branchRCL_3
changeset 6 7d91903f795f
parent 0 96612d01cf9f
child 12 7f2b2a65da29
equal deleted inserted replaced
2:dec420019252 6:7d91903f795f
    13 *
    13 *
    14 * Description:  class for MPX Video File Details
    14 * Description:  class for MPX Video File Details
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 9 %
    18 // Version : %version: 10 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 //
    22 //
    23 //  INCLUDE FILES
    23 //  INCLUDE FILES
    81     {
    81     {
    82         delete iClipName;
    82         delete iClipName;
    83         iClipName = NULL;
    83         iClipName = NULL;
    84     }
    84     }
    85 
    85 
       
    86     if ( iDescription )
       
    87     {
       
    88         delete iDescription;
       
    89         iDescription = NULL;
       
    90     }
       
    91 
       
    92     if ( iLocation )
       
    93     {
       
    94         delete iLocation;
       
    95         iLocation = NULL;
       
    96     }
       
    97 
       
    98     if ( iCopyright )
       
    99     {
       
   100         delete iCopyright;
       
   101         iCopyright = NULL;
       
   102     }
       
   103 
       
   104     if ( iLanguage )
       
   105     {
       
   106         delete iLanguage;
       
   107         iLanguage = NULL;
       
   108     }
       
   109     
       
   110     if ( iKeywords )
       
   111     {
       
   112         delete iKeywords;
       
   113         iKeywords = NULL;
       
   114     }
       
   115         
    86     iResolutionWidth = 0;
   116     iResolutionWidth = 0;
    87     iResolutionHeight = 0;
   117     iResolutionHeight = 0;
    88     iMaxVolume = 0;
   118     iMaxVolume = 0;
    89 	iBitRate = 0;
   119 	iBitRate = 0;
    90     iSeekable = ETrue;
   120     iSeekable = ETrue;