known.h

Go to the documentation of this file.
00001 /*
00002  * known.h
00003  *
00004  * Known media format names
00005  *
00006  * Open Phone Abstraction Library (OPAL)
00007  * Formally known as the Open H323 project.
00008  *
00009  * Copyright (c) 2001 Equivalence Pty. Ltd.
00010  *
00011  * The contents of this file are subject to the Mozilla Public License
00012  * Version 1.0 (the "License"); you may not use this file except in
00013  * compliance with the License. You may obtain a copy of the License at
00014  * http://www.mozilla.org/MPL/
00015  *
00016  * Software distributed under the License is distributed on an "AS IS"
00017  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
00018  * the License for the specific language governing rights and limitations
00019  * under the License.
00020  *
00021  * The Original Code is Open H323 Library.
00022  *
00023  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
00024  *
00025  * Contributor(s): ______________________________________.
00026  *
00027  * $Revision: 29806 $
00028  * $Author: rjongbloed $
00029  * $Date: 2013-05-27 01:43:28 -0500 (Mon, 27 May 2013) $
00030  */
00031 
00032 #ifndef OPAL_CODEC_KNOWN_H
00033 #define OPAL_CODEC_KNOWN_H
00034 
00035 #define OPAL_PCM16          "PCM-16"
00036 #define OPAL_PCM16S         "PCM-16S"
00037 #define OPAL_PCM16_16KHZ    "PCM-16-16kHz"
00038 #define OPAL_PCM16S_16KHZ   "PCM-16S-16kHz"
00039 #define OPAL_PCM16_32KHZ    "PCM-16-32kHz"
00040 #define OPAL_PCM16S_32KHZ   "PCM-16S-32kHz"
00041 #define OPAL_PCM16_48KHZ    "PCM-16-48kHz"
00042 #define OPAL_PCM16S_48KHZ   "PCM-16S-48kHz"
00043 
00044 #define OPAL_L16_MONO_8KHZ  "Linear-16-Mono-8kHz"
00045 #define OPAL_L16_STEREO_8KHZ "Linear-16-Stereo-8kHz"
00046 #define OPAL_L16_MONO_16KHZ "Linear-16-Mono-16kHz"
00047 #define OPAL_L16_STEREO_16KHZ "Linear-16-Stereo-16kHz"
00048 #define OPAL_L16_MONO_32KHZ "Linear-16-Mono-32kHz"
00049 #define OPAL_L16_STEREO_32KHZ "Linear-16-Stereo-32kHz"
00050 #define OPAL_L16_MONO_48KHZ "Linear-16-Mono-48kHz"
00051 #define OPAL_L16_STEREO_48KHZ "Linear-16-Stereo-48kHz"
00052 
00053 #define OPAL_G711_ULAW_64K  "G.711-uLaw-64k"
00054 #define OPAL_G711_ALAW_64K  "G.711-ALaw-64k"
00055 #define OPAL_G722           "G.722-64k"
00056 #define OPAL_G7221          OPAL_G7221_32K
00057 #define OPAL_G7221_24K      "G.722.1-24K"
00058 #define OPAL_G7221_32K      "G.722.1-32K"
00059 #define OPAL_G7221_48K      "G.722.1-48K"
00060 #define OPAL_G7222          "G.722.2"
00061 #define OPAL_G726_40K       "G.726-40K"
00062 #define OPAL_G726_32K       "G.726-32K"
00063 #define OPAL_G726_24K       "G.726-24K"
00064 #define OPAL_G726_16K       "G.726-16K"
00065 #define OPAL_G728           "G.728"
00066 #define OPAL_G729           "G.729"
00067 #define OPAL_G729A          "G.729A"
00068 #define OPAL_G729B          "G.729B"
00069 #define OPAL_G729AB         "G.729A/B"
00070 #define OPAL_G7231          "G.723.1"
00071 #define OPAL_G7231_6k3      OPAL_G7231
00072 #define OPAL_G7231_5k3      "G.723.1(5.3k)"
00073 #define OPAL_G7231A_6k3     "G.723.1A(6.3k)"
00074 #define OPAL_G7231A_5k3     "G.723.1A(5.3k)"
00075 #define OPAL_GSM0610        "GSM-06.10"
00076 #define OPAL_GSMAMR         "GSM-AMR"
00077 #define OPAL_iLBC           "iLBC"
00078 
00079 #define OPAL_H261           "H.261"
00080 #define OPAL_H263           "H.263"
00081 #define OPAL_H263plus       "H.263plus"
00082 #define OPAL_H264           OPAL_H264_MODE1
00083 #define OPAL_H264_MODE0     "H.264-0"
00084 #define OPAL_H264_MODE1     "H.264-1"
00085 #define OPAL_H264_High      "H.264-High"
00086 #define OPAL_MPEG4          "MPEG4"
00087 
00088 #define OPAL_RFC2833        "UserInput/RFC2833"
00089 #define OPAL_CISCONSE       "NamedSignalEvent"
00090 #define OPAL_T38            "T.38"
00091 
00092 
00093 #ifndef OPAL_PLUGIN_COMPILE
00094 
00095 
00096 #endif // OPAL_PLUGIN_COMPILE
00097 
00098 
00099 #endif  // OPAL_CODEC_KNOWN_H
00100 
00101 
00102 // End of File ///////////////////////////////////////////////////////////////

Generated on 21 Jun 2013 for OPAL by  doxygen 1.4.7