summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-codec/types.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-08-13 15:57:26 +0000
committerBenny Prijono <bennylp@teluu.com>2009-08-13 15:57:26 +0000
commitf517e2eca587dbe57515a45c6a0c7399a1ccfba0 (patch)
tree524f2816b47a3fd078b1a6f60166c682164d9311 /pjmedia/include/pjmedia-codec/types.h
parentce3e6942b7ac610e3756ac62ea6a4733f34100d6 (diff)
Misc (#915):
- updated missing doxygen documentation from various PJMEDIA-CODEC headers git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2875 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include/pjmedia-codec/types.h')
-rw-r--r--pjmedia/include/pjmedia-codec/types.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia-codec/types.h b/pjmedia/include/pjmedia-codec/types.h
index dde1371d..f49c4ed2 100644
--- a/pjmedia/include/pjmedia-codec/types.h
+++ b/pjmedia/include/pjmedia-codec/types.h
@@ -20,9 +20,23 @@
#ifndef __PJMEDIA_CODEC_TYPES_H__
#define __PJMEDIA_CODEC_TYPES_H__
+/**
+ * @file types.h
+ * @brief PJMEDIA-CODEC types and constants
+ */
+
#include <pjmedia-codec/config.h>
/**
+ * @defgroup pjmedia_codec_types PJMEDIA-CODEC Types and Constants
+ * @ingroup PJMEDIA_CODEC
+ * @brief Constants used by PJMEDIA-CODEC
+ * @{
+ */
+
+
+
+/**
* These are the dynamic payload types that are used by codecs in
* this library. Also see the header file <pjmedia/codec.h> for list
* of static payload types.
@@ -71,6 +85,9 @@ enum
PJMEDIA_RTP_PT_G7221_RSV2, /**< G722.1 reserve */
};
+/**
+ * @}
+ */
#endif /* __PJMEDIA_CODEC_TYPES_H__ */