summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/null_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia/null_port.h')
-rw-r--r--pjmedia/include/pjmedia/null_port.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia/null_port.h b/pjmedia/include/pjmedia/null_port.h
index 36509181..d9203602 100644
--- a/pjmedia/include/pjmedia/null_port.h
+++ b/pjmedia/include/pjmedia/null_port.h
@@ -26,12 +26,22 @@
#include <pjmedia/port.h>
+
+/**
+ * @defgroup PJMEDIA_NULL_PORT Null Port
+ * @ingroup PJMEDIA_PORT
+ * @brief Null port is the simplest type of port.
+ * @{
+ */
+
+
PJ_BEGIN_DECL
/**
* Create Null port.
*
+ * @param pool Pool to allocate memory.
* @param sampling_rate Sampling rate of the port.
* @param channel_count Number of channels.
* @param samples_per_frame Number of samples per frame.
@@ -51,5 +61,9 @@ PJ_DECL(pj_status_t) pjmedia_null_port_create( pj_pool_t *pool,
PJ_END_DECL
+/**
+ * @}
+ */
+
#endif /* __PJMEDIA_NULL_PORT_H__ */