equal
deleted
inserted
replaced
14 * Description: Implementation of CMPXVideoPlaybackControl |
14 * Description: Implementation of CMPXVideoPlaybackControl |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // Version : %version: 25 % |
19 // Version : %version: 23.1.1 % |
20 |
20 |
21 |
21 |
22 // INCLUDE FILES |
22 // INCLUDE FILES |
23 #include <avkon.hrh> |
23 #include <avkon.hrh> |
24 #include <e32std.h> |
24 #include <e32std.h> |
330 { |
330 { |
331 visible = ETrue; |
331 visible = ETrue; |
332 } |
332 } |
333 break; |
333 break; |
334 } |
334 } |
335 case EPbStateInitialised: |
|
336 case EPbStateBuffering: |
335 case EPbStateBuffering: |
337 { |
336 { |
338 if ( iProperties & EMPXBufferingControl ) |
337 if ( iProperties & EMPXBufferingControl ) |
339 { |
338 { |
340 visible = ETrue; |
339 visible = ETrue; |