summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-codec/types.h
diff options
context:
space:
mode:
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__ */