OPAL  Version 3.14.3
known.h
Go to the documentation of this file.
1 /*
2  * known.h
3  *
4  * Known media format names
5  *
6  * Open Phone Abstraction Library (OPAL)
7  * Formally known as the Open H323 project.
8  *
9  * Copyright (c) 2001 Equivalence Pty. Ltd.
10  *
11  * The contents of this file are subject to the Mozilla Public License
12  * Version 1.0 (the "License"); you may not use this file except in
13  * compliance with the License. You may obtain a copy of the License at
14  * http://www.mozilla.org/MPL/
15  *
16  * Software distributed under the License is distributed on an "AS IS"
17  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
18  * the License for the specific language governing rights and limitations
19  * under the License.
20  *
21  * The Original Code is Open H323 Library.
22  *
23  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24  *
25  * Contributor(s): ______________________________________.
26  *
27  * $Revision: 32687 $
28  * $Author: rjongbloed $
29  * $Date: 2014-09-05 13:52:07 +1000 (Fri, 05 Sep 2014) $
30  */
31 
32 #ifndef OPAL_CODEC_KNOWN_H
33 #define OPAL_CODEC_KNOWN_H
34 
35 #define OPAL_PCM16 "PCM-16"
36 #define OPAL_PCM16S "PCM-16S"
37 #define OPAL_PCM16_8KHZ OPAL_PCM16
38 #define OPAL_PCM16S_8KHZ OPAL_PCM16S
39 #define OPAL_PCM16_12KHZ "PCM-16-12kHz"
40 #define OPAL_PCM16S_12KHZ "PCM-16S-12kHz"
41 #define OPAL_PCM16_16KHZ "PCM-16-16kHz"
42 #define OPAL_PCM16S_16KHZ "PCM-16S-16kHz"
43 #define OPAL_PCM16_24KHZ "PCM-16-24kHz"
44 #define OPAL_PCM16S_24KHZ "PCM-16S-24kHz"
45 #define OPAL_PCM16_32KHZ "PCM-16-32kHz"
46 #define OPAL_PCM16S_32KHZ "PCM-16S-32kHz"
47 #define OPAL_PCM16_48KHZ "PCM-16-48kHz"
48 #define OPAL_PCM16S_48KHZ "PCM-16S-48kHz"
49 
50 #define OPAL_L16_MONO_8KHZ "Linear-16-Mono-8kHz"
51 #define OPAL_L16_STEREO_8KHZ "Linear-16-Stereo-8kHz"
52 #define OPAL_L16_MONO_16KHZ "Linear-16-Mono-16kHz"
53 #define OPAL_L16_STEREO_16KHZ "Linear-16-Stereo-16kHz"
54 #define OPAL_L16_MONO_32KHZ "Linear-16-Mono-32kHz"
55 #define OPAL_L16_STEREO_32KHZ "Linear-16-Stereo-32kHz"
56 #define OPAL_L16_MONO_48KHZ "Linear-16-Mono-48kHz"
57 #define OPAL_L16_STEREO_48KHZ "Linear-16-Stereo-48kHz"
58 
59 #define OPAL_G711_ULAW_64K "G.711-uLaw-64k"
60 #define OPAL_G711_ALAW_64K "G.711-ALaw-64k"
61 #define OPAL_G722 "G.722-64k"
62 #define OPAL_G7221 OPAL_G7221_32K
63 #define OPAL_G7221_24K "G.722.1-24K"
64 #define OPAL_G7221_32K "G.722.1-32K"
65 #define OPAL_G7221C_24K "G.722.1C-24K"
66 #define OPAL_G7221C_32K "G.722.1C-32K"
67 #define OPAL_G7221C_48K "G.722.1C-48K"
68 #define OPAL_G7222 "G.722.2"
69 #define OPAL_G726_40K "G.726-40K"
70 #define OPAL_G726_32K "G.726-32K"
71 #define OPAL_G726_24K "G.726-24K"
72 #define OPAL_G726_16K "G.726-16K"
73 #define OPAL_G728 "G.728"
74 #define OPAL_G729 "G.729"
75 #define OPAL_G729A "G.729A"
76 #define OPAL_G729B "G.729B"
77 #define OPAL_G729AB "G.729A/B"
78 #define OPAL_G7231 "G.723.1"
79 #define OPAL_G7231_6k3 OPAL_G7231
80 #define OPAL_G7231_5k3 "G.723.1(5.3k)"
81 #define OPAL_G7231A_6k3 "G.723.1A(6.3k)"
82 #define OPAL_G7231A_5k3 "G.723.1A(5.3k)"
83 #define OPAL_G7231_Cisco_A "G.723.1-Cisco-a"
84 #define OPAL_G7231_Cisco_AR "G.723.1-Cisco-ar"
85 #define OPAL_GSM0610 "GSM-06.10"
86 #define OPAL_GSMAMR "GSM-AMR"
87 #define OPAL_iLBC "iLBC"
88 #define OPAL_SPEEX_NB "SpeexNB"
89 #define OPAL_SPEEX_WB "SpeexWB"
90 
91 #define OPAL_RGB24 "RGB24"
92 #define OPAL_RGB32 "RGB32"
93 #define OPAL_BGR24 "BGR24"
94 #define OPAL_BGR32 "BGR32"
95 #define OPAL_YUV420P "YUV420P"
96 #define OPAL_H261 "H.261"
97 #define OPAL_H263 "H.263"
98 #define OPAL_H263plus "H.263plus"
99 #define OPAL_H264 OPAL_H264_MODE1
100 #define OPAL_H264_MODE0 "H.264-0"
101 #define OPAL_H264_MODE1 "H.264-1"
102 #define OPAL_H264_High "H.264-High"
103 #define OPAL_MPEG4 "MPEG4"
104 #define OPAL_VP8 "VP8-WebM"
105 
106 #define OPAL_RFC2833 "UserInput/RFC2833"
107 #define OPAL_CISCONSE "NamedSignalEvent"
108 #define OPAL_T38 "T.38"
109 #define OPAL_FECC_RTP "FECC-RTP"
110 #define OPAL_FECC_HDLC "FECC-HDLC"
111 
112 
113 #ifndef OPAL_PLUGIN_COMPILE
114 
115 
116 #endif // OPAL_PLUGIN_COMPILE
117 
118 
119 #endif // OPAL_CODEC_KNOWN_H
120 
121 
122 // End of File ///////////////////////////////////////////////////////////////