multimediacommscontroller/tsrc/TestConsoles/McpSubThreads/ClientTests/Inc/TestConsole.hrh
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: This file contains enum type of RtpAPIConsole app |
|
15 ** |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #ifndef __RTPAPICONSOLE_HRH |
|
22 #define __RTPAPICONSOLE_HRH |
|
23 /* |
|
24 enum RtpMenuFile |
|
25 { |
|
26 ERtpMenuFileInitialize=0x300 |
|
27 ,ERtpMenuFileShutdown |
|
28 }; |
|
29 |
|
30 enum RtpMenuView |
|
31 { |
|
32 ERtpMenuViewRTCPStatistics=0x400 |
|
33 ,ERtpMenuViewSDESInfo |
|
34 }; |
|
35 |
|
36 enum RtpMenuTools |
|
37 { |
|
38 ERtpMenuToolsReceiveRtpPacket=0x500 |
|
39 ,ERtpMenuToolsReceiveRtpRtcp |
|
40 ,ERtpMenuToolsSendRtpRtcp |
|
41 ,ERtpMenuToolsSendRtpPacket |
|
42 ,ERtpMenuToolsReceiveRtcpPacket |
|
43 ,ERtpMenuToolsStopRtp |
|
44 ,ERtpMenuToolsSendRtcpPacket |
|
45 }; |
|
46 |
|
47 enum RtpMenuCodec |
|
48 { |
|
49 ERtpMenuCodecStartDecoder=0x600 |
|
50 ,ERtpMenuCodecStopDecoder |
|
51 ,ERtpMenuCodecStartEncoder |
|
52 ,ERtpMenuCodecStopEncoder |
|
53 }; |
|
54 |
|
55 enum RtpSettings |
|
56 { |
|
57 ERtpRemoteIP=0x700 |
|
58 ,ERtpRemotePort |
|
59 ,ERtpLocalIP |
|
60 ,ERtpLocalPort |
|
61 ,ERtpUseIPV6 |
|
62 ,ERtpCName |
|
63 ,ERtpName |
|
64 ,ERtpEmail |
|
65 ,ERtpPhone |
|
66 ,ERtpLocation |
|
67 ,ERtpTool |
|
68 ,ERtpNote |
|
69 }; |
|
70 |
|
71 enum RtpOutput |
|
72 { |
|
73 ERtpOutput=0x800 |
|
74 ,ERtpLogFile |
|
75 ,ERtcpMessagerLogFile |
|
76 ,ERtcpStatLogFile |
|
77 }; |
|
78 |
|
79 enum RtpNumOfTerminal |
|
80 { |
|
81 ERtpNumNotDefined=0 |
|
82 ,ERtpOneTerminal=1 |
|
83 ,ERtpTwoTerminals |
|
84 }; |
|
85 |
|
86 */ |
|
87 #endif // __RTPAPICONSOLE_HRH |
|
88 |
|
89 |
|
90 |