videoplayback/videohelix/src/mpxvideoseeker.cpp
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 40 13331705e488
equal deleted inserted replaced
15:cf5481c2bc0b 17:69946d1824c4
    13 *
    13 *
    14 * Description: Seek or trickplay
    14 * Description: Seek or trickplay
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 8 %
    18 // Version : %version: 9 %
    19 
    19 
    20 
    20 
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 #include <mpxplaybackpluginobserver.h>
    22 #include <mpxplaybackpluginobserver.h>
    23 
    23 
    29 
    29 
    30 #if TRICK_PLAY
    30 #if TRICK_PLAY
    31 const TInt KDefaultPlaySpeed(100);        // 1x
    31 const TInt KDefaultPlaySpeed(100);        // 1x
    32 const TInt KDefaultTrickPlaySpeed(400);   // 4x
    32 const TInt KDefaultTrickPlaySpeed(400);   // 4x
    33 #else
    33 #else
    34 const TInt KTrickPlayTimeout(5000000);    // 5 sec
    34 const TInt KTrickPlayTimeout(2000000);    // 2 sec
    35 const TInt KSpeedInterval(125000);        // 125 msec
    35 const TInt KSpeedInterval(125000);        // 125 msec
    36 const TInt KDurationA(90000000);          // 90 sec
    36 const TInt KDurationA(90000000);          // 90 sec
    37 const TInt KDurationB(180000000);         // 180 sec
    37 const TInt KDurationB(180000000);         // 180 sec
    38 const TInt64 KSpeedAIncrements(2000000);  // 2 sec
    38 const TInt64 KSpeedAIncrements(2000000);  // 2 sec
    39 const TInt64 KSpeedBIncrements(4000000);  // 4 sec
    39 const TInt64 KSpeedBIncrements(4000000);  // 4 sec