videoplayback/inc/mpxcommonvideoplaybackview.hrh
changeset 0 96612d01cf9f
child 11 5294c000a26d
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource headers for project mpxcommonplaybackview
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 9 %
       
    19 
       
    20 
       
    21 #ifndef MPXCOMMONVIDEOPLAYBACKVIEW_HRH
       
    22 #define MPXCOMMONVIDEOPLAYBACKVIEW_HRH
       
    23 
       
    24 // ENUMS
       
    25 
       
    26 /** Command ID's. */
       
    27 enum TMPXVideoPlaybackViewCommandIds
       
    28 {
       
    29     EMPXPbvCmdPlay = 0x2000,
       
    30     EMPXPbvCmdPause,
       
    31     EMPXPbvCmdPlayPause,
       
    32     EMPXPbvCmdStop,
       
    33     EMPXPbvCmdClose,
       
    34     EMPXPbvCmdSetVolume,
       
    35     EMPXPbvCmdMute,
       
    36     EMPXPbvCmdUnMute,
       
    37     EMPXPbvCmdSetPosition,
       
    38     EMPXPbvCmdChangeAspectRatio,
       
    39     EMPXPbvCmdNaturalAspectRatio,
       
    40     EMPXPbvCmdZoomAspectRatio,
       
    41     EMPXPbvCmdStretchAspectRatio,
       
    42     EMPXPbvCmdSeekForward,
       
    43     EMPXPbvCmdSeekBackward,
       
    44     EMPXPbvCmdEndSeek,
       
    45     EMPXPbvCmdNextListItem,
       
    46     EMPXPbvCmdPreviousListItem,
       
    47     EMPXPbvCmdDecreaseVolume,
       
    48     EMPXPbvCmdIncreaseVolume,
       
    49     EMPXPbvCmdPosition,
       
    50     EMPXPbvCmdSave,
       
    51     EMPXPbvCmdResetControls,
       
    52     EMPXPbvCmdShortPressForward,
       
    53     EMPXPbvCmdShortPressBackward,
       
    54     EMPXPbvCmdShowFileDetails,
       
    55     EMPXPbvCmdEndOfClip,
       
    56     EMPXPbvCmdCustomPause,
       
    57     EMPXPbvCmdCustomPlay,
       
    58     EMPXPbvCmdExit,
       
    59     EMPXPbvLaunchDRMDetails,
       
    60     EMPXPbvSurfaceCreated
       
    61 };
       
    62 
       
    63 #endif  // MPXCOMMONVIDEOPLAYBACKVIEW_HRH
       
    64 
       
    65 // End of File