Adjust spacing between characters 84/236484/4
authorHyunsoo Park <hance.park@samsung.com>
Wed, 17 Jun 2020 10:12:33 +0000 (19:12 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Mon, 22 Jun 2020 05:35:06 +0000 (14:35 +0900)
Change-Id: I605b8b792d151dc5a2bc8e0e9a5ce8eeb97879fe
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
packaging/libmm-wfd.spec
src/include/mm_wfd_sink.h

index e5e8ee8..dc1f3e4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-wfd
 Summary:    Multimedia Framework Wifi-Display Library
-Version:    0.3.5
+Version:    0.3.6
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 5414e07..64c10e4 100644 (file)
@@ -137,7 +137,7 @@ int mm_wfd_sink_prepare(MMHandleType wfd_sink_handle);
  * audio type(AC3 AAC, LPCM) is decided at this time. \n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      uri                     [in]    URI of wi-fi displaysource to be connected
+ * @param      uri                                     [in]    URI of wi-fi displaysource to be connected
  *
  * @return     This function returns zero on success, or negative value with error code.
  *
@@ -295,8 +295,8 @@ int mm_wfd_sink_destroy(MMHandleType wfd_sink_handle);
  * So, player can notify warning, error and normal cases to application. \n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      callback        [in]    Message callback function.
- * @param      user_param      [in]    User parameter which is passed to callback function.
+ * @param      callback                        [in]    Message callback function.
+ * @param      user_param                      [in]    User parameter which is passed to callback function.
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @see                MMWFDMessageCallback
@@ -349,8 +349,8 @@ int mm_wfd_sink_set_attribute(MMHandleType wfd_sink_handle,  char **err_attr_nam
  * This function gets the width and height of video which is played by wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      width           [in]    Width of video
- * @param      height          [in]    Height of video
+ * @param      width                           [in]    Width of video
+ * @param      height                          [in]    Height of video
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED or MM_WFD_SINK_STATE_PLAYING. \n
@@ -371,7 +371,7 @@ int mm_wfd_sink_get_video_resolution(MMHandleType wfd_sink_handle, gint *width,
  * This function gets the width and height of video which is played by wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      framerate               [in]    Framerate of video
+ * @param      framerate                       [in]    Framerate of video
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED or MM_WFD_SINK_STATE_PLAYING. \n
@@ -392,7 +392,7 @@ int mm_wfd_sink_get_video_framerate(MMHandleType wfd_sink_handle,  gint *framera
  * This function sets the resolutions for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      resolution              [in]    Resolutions for wi-fi display sink
+ * @param      resolution                      [in]    Resolutions for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_NULL. \n
@@ -404,7 +404,7 @@ int mm_wfd_sink_set_resolution(MMHandleType wfd_sink_handle,  gint resolution);
  * This function gets the negotiated video codec for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      codec           [in]    video codec for wi-fi display sink
+ * @param      codec                           [in]    video codec for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED, MM_WFD_SINK_STATE_PLAYING or MM_WFD_SINK_STATE_PAUSED. \n
@@ -416,8 +416,8 @@ int mm_wfd_sink_get_negotiated_video_codec(MMHandleType wfd_sink_handle,  gint *
  * This function gets the negotiated video resolution for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      width           [in]    video width for wi-fi display sink
- * @param      height          [in]    video height for wi-fi display sink
+ * @param      width                           [in]    video width for wi-fi display sink
+ * @param      height                          [in]    video height for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED, MM_WFD_SINK_STATE_PLAYING or MM_WFD_SINK_STATE_PAUSED. \n
@@ -429,7 +429,7 @@ int mm_wfd_sink_get_negotiated_video_resolution(MMHandleType wfd_sink_handle,  g
  * This function gets the negotiated video framerate for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      framerate               [in]    video framerate for wi-fi display sink
+ * @param      framerate                       [in]    video framerate for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED, MM_WFD_SINK_STATE_PLAYING or MM_WFD_SINK_STATE_PAUSED. \n
@@ -441,7 +441,7 @@ int mm_wfd_sink_get_negotiated_video_frame_rate(MMHandleType wfd_sink_handle,  g
  * This function gets the negotiated audio codec for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      codec           [in]    audio codec for wi-fi display sink
+ * @param      codec                           [in]    audio codec for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED, MM_WFD_SINK_STATE_PLAYING or MM_WFD_SINK_STATE_PAUSED. \n
@@ -453,7 +453,7 @@ int mm_wfd_sink_get_negotiated_audio_codec(MMHandleType wfd_sink_handle,  gint *
  * This function gets the negotiated audio channel for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      channel         [in]    audio channel for wi-fi display sink
+ * @param      channel                         [in]    audio channel for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED, MM_WFD_SINK_STATE_PLAYING or MM_WFD_SINK_STATE_PAUSED. \n
@@ -465,7 +465,7 @@ int mm_wfd_sink_get_negotiated_audio_channel(MMHandleType wfd_sink_handle,  gint
  * This function gets the negotiated audio sample rate for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      sample_rate             [in]    audio sample rate for wi-fi display sink
+ * @param      sample_rate                     [in]    audio sample rate for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED, MM_WFD_SINK_STATE_PLAYING or MM_WFD_SINK_STATE_PAUSED. \n
@@ -477,7 +477,7 @@ int mm_wfd_sink_get_negotiated_audio_sample_rate(MMHandleType wfd_sink_handle,
  * This function gets the negotiated audio bitwidth for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      bitwidth                [in]    audio bitwidth for wi-fi display sink
+ * @param      bitwidth                        [in]    audio bitwidth for wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  * @pre                wi-fi display state should be MM_WFD_SINK_STATE_CONNECTED, MM_WFD_SINK_STATE_PLAYING or MM_WFD_SINK_STATE_PAUSED. \n
@@ -489,7 +489,7 @@ int mm_wfd_sink_get_negotiated_audio_bitwidth(MMHandleType wfd_sink_handle,  gin
  * This function gets the current state for wi-fi display sink\n
  *
  * @param      wfd_sink_handle         [in]    Handle of wi-fi display sink
- * @param      state           [out]   Current state of wi-fi display sink
+ * @param      state                           [out]   Current state of wi-fi display sink
  *
  * @return     This function returns zero on success, or negative value with error code.
  *
@@ -499,8 +499,8 @@ int mm_wfd_sink_get_current_state(MMHandleType wfd_sink_handle, gint *state);
 /**
  * This function sets the MAC(or IP) address of coupled wi-fi display R2 sink. \n
  *
- * @param   wfd_sink_handle     [in]    Handle of wi-fi display R2 sink
- * @param   address             [in]   Mac(or IP) address of coupled wi-fi display R2 sink.
+ * @param      wfd_sink_handle         [in]    Handle of wi-fi display R2 sink
+ * @param      address                         [in]    Mac(or IP) address of coupled wi-fi display R2 sink.
  *
  * @return  This function returns zero on success, or negative value with error code.
  *
@@ -510,8 +510,8 @@ int mm_wfd_sink_set_coupled_sink(MMHandleType wfd_sink_handle, gchar *address);
 /**
  * This function sets the coupling status of wi-fi display R2 sink. \n
  *
- * @param   wfd_sink_handle     [in]    Handle of wi-fi display R2 sink
- * @param   status             [in]   Coupling status of wi-fi display R2 sink.
+ * @param      wfd_sink_handle         [in]    Handle of wi-fi display R2 sink
+ * @param      status                          [in]    Coupling status of wi-fi display R2 sink.
  *
  * @return  This function returns zero on success, or negative value with error code.
  *