equal
deleted
inserted
replaced
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: 10 % |
18 // Version : %version: 11 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 // |
22 // |
23 // INCLUDE FILES |
23 // INCLUDE FILES |
124 iVideoEnabled = 0; |
124 iVideoEnabled = 0; |
125 iDrmProtected = EFalse; |
125 iDrmProtected = EFalse; |
126 iFourCCCode = 0; |
126 iFourCCCode = 0; |
127 |
127 |
128 iDuration = 0; |
128 iDuration = 0; |
|
129 iCreationTime = 0; |
|
130 iModificationTime = 0; |
129 } |
131 } |
130 |
132 |
131 // EOF |
133 // EOF |