equal
deleted
inserted
replaced
49 EVcxHgMyVideosCmdExit, // Exit Video Storage |
49 EVcxHgMyVideosCmdExit, // Exit Video Storage |
50 EVcxHgMyVideosCmdToggleMultipleMarking, // Toggle marking mode state |
50 EVcxHgMyVideosCmdToggleMultipleMarking, // Toggle marking mode state |
51 EVcxHgMyVideosCmdSend, // Send video |
51 EVcxHgMyVideosCmdSend, // Send video |
52 EVcxHgMyVideosCmdNothing, // Non-functional command |
52 EVcxHgMyVideosCmdNothing, // Non-functional command |
53 EVcxHgMyVideosCmdStartMarking, // Sets marking mode on |
53 EVcxHgMyVideosCmdStartMarking, // Sets marking mode on |
54 EVcxHgMyVideosCmdStopMarking // Sets marking mode off |
54 EVcxHgMyVideosCmdStopMarking, // Sets marking mode off |
|
55 EVcxHgMyVideosCmdOpenSettings // Opens Settings application |
55 #ifdef RD_VIDEO_AS_RINGING_TONE |
56 #ifdef RD_VIDEO_AS_RINGING_TONE |
56 ,EVcxHgMyVideosCmdAiwBase = 800 // Base number for AIW commands |
57 ,EVcxHgMyVideosCmdAiwBase = 800 // Base number for AIW commands |
57 #endif |
58 #endif |
58 }; |
59 }; |
59 |
60 |