Change tizen version 7.5 to 8.0 53/293853/1 accepted/tizen/unified/20230608.164323
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 7 Jun 2023 06:15:17 +0000 (15:15 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 7 Jun 2023 06:15:17 +0000 (15:15 +0900)
It is related to ACR-1750.

[Version] 0.4.13
[Issue Type] Doxygen

Change-Id: I47c1cbd0e2ca9c0bc8db710db8f44e542fe57746
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/webrtc.h
packaging/capi-media-webrtc.spec

index e1a93c48fbd8ffb9bd60bf4f498a0744c6f59a04..89c53e1c4c720e59d463154f70536e6276d6bcf9 100644 (file)
@@ -58,7 +58,7 @@ typedef enum {
        WEBRTC_ERROR_STREAM_FAILED = TIZEN_ERROR_MEDIA_WEBRTC | 0x03,        /**< Stream failed */
        WEBRTC_ERROR_RESOURCE_FAILED = TIZEN_ERROR_MEDIA_WEBRTC | 0x04,      /**< Resource failed */
        WEBRTC_ERROR_RESOURCE_CONFLICT = TIZEN_ERROR_MEDIA_WEBRTC | 0x05,    /**< Resource conflict */
-       WEBRTC_ERROR_NETWORK_RESOURCE_FAILED = TIZEN_ERROR_MEDIA_WEBRTC | 0x06,  /**< Network resource failed (Since 7.5) */
+       WEBRTC_ERROR_NETWORK_RESOURCE_FAILED = TIZEN_ERROR_MEDIA_WEBRTC | 0x06,  /**< Network resource failed (Since 8.0) */
 } webrtc_error_e;
 
 /**
@@ -298,9 +298,9 @@ typedef enum {
        WEBRTC_STATS_TYPE_OUTBOUND_RTP         = 0x0004,   /**< Outbound RTP */
        WEBRTC_STATS_TYPE_REMOTE_INBOUND_RTP   = 0x0008,   /**< Remote inbound RTP */
        WEBRTC_STATS_TYPE_REMOTE_OUTBOUND_RTP  = 0x0010,   /**< Remote outbound RTP */
-       WEBRTC_STATS_TYPE_CANDIDATE_PAIR       = 0x0020,   /**< Candidate pair (Since 7.5) */
-       WEBRTC_STATS_TYPE_LOCAL_CANDIDATE      = 0x0040,   /**< Local candidate (Since 7.5) */
-       WEBRTC_STATS_TYPE_REMOTE_CANDIDATE     = 0x0080,   /**< Remote candidate (Since 7.5) */
+       WEBRTC_STATS_TYPE_CANDIDATE_PAIR       = 0x0020,   /**< Candidate pair (Since 8.0) */
+       WEBRTC_STATS_TYPE_LOCAL_CANDIDATE      = 0x0040,   /**< Local candidate (Since 8.0) */
+       WEBRTC_STATS_TYPE_REMOTE_CANDIDATE     = 0x0080,   /**< Remote candidate (Since 8.0) */
 } webrtc_stats_type_e;
 
 /**
@@ -311,7 +311,7 @@ typedef enum {
 #define WEBRTC_STATS_TYPE_ALL    0
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcstats.
@@ -320,7 +320,7 @@ typedef enum {
 #define WEBRTC_STATS_COMMON    0x00000100
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC codec stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtccodecstats.
@@ -329,7 +329,7 @@ typedef enum {
 #define WEBRTC_STATS_CODEC    0x00000200
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC RTP stream stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats.
@@ -338,7 +338,7 @@ typedef enum {
 #define WEBRTC_STATS_RTP_STREAM    0x00000400
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC received RTP stream stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcreceivedrtpstreamstats.
@@ -347,7 +347,7 @@ typedef enum {
 #define WEBRTC_STATS_RECEIVED_RTP_STREAM    0x00000800
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC inbound RTP stream stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats.
@@ -356,7 +356,7 @@ typedef enum {
 #define WEBRTC_STATS_INBOUND_RTP_STREAM    0x00001000
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC sent RTP stream stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcsentrtpstreamstats.
@@ -365,7 +365,7 @@ typedef enum {
 #define WEBRTC_STATS_SENT_RTP_STREAM    0x00002000
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC outbound RTP stream stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats.
@@ -374,7 +374,7 @@ typedef enum {
 #define WEBRTC_STATS_OUTBOUND_RTP_STREAM    0x00004000
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC remote inbound RTP stream stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats.
@@ -383,7 +383,7 @@ typedef enum {
 #define WEBRTC_STATS_REMOTE_INBOUND_RTP_STREAM    0x00008000
 
 /**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
  * @brief Definition for mask value used by #webrtc_stats_prop_e that represents properties of RTC remote outbound RTP stream stats.
  * @since_tizen 7.0
  * @remarks It corresponds with the values described in https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteoutboundrtpstreamstats.
@@ -423,16 +423,16 @@ typedef enum {
        WEBRTC_STATS_PROP_FRACTION_LOST,        /**< Fraction lost */
        WEBRTC_STATS_PROP_REMOTE_TIMESTAMP,     /**< Remote timestamp */
        WEBRTC_STATS_PROP_LOCAL_ID,             /**< Local id */
-       WEBRTC_STATS_PROP_KIND,                 /**< Kind (Since 7.5) */
-       WEBRTC_STATS_PROP_ADDRESS,              /**< Address of the candidate (Since 7.5) */
-       WEBRTC_STATS_PROP_PORT,                 /**< Port number of the candidate (Since 7.5) */
-       WEBRTC_STATS_PROP_CANDIDATE_TYPE,       /**< Candidate type (Since 7.5) */
-       WEBRTC_STATS_PROP_PRIORITY,             /**< Priority (Since 7.5) */
-       WEBRTC_STATS_PROP_PROTOCOL,             /**< Protocol, 'udp' or 'tcp' (Since 7.5) */
-       WEBRTC_STATS_PROP_RELAY_PROTOCOL,       /**< Relay protocol (Since 7.5) */
-       WEBRTC_STATS_PROP_URL,                  /**< URL (Since 7.5) */
-       WEBRTC_STATS_PROP_LOCAL_CANDIDATE_ID,   /**< Local candidate id associated with the candidate pair (Since 7.5) */
-       WEBRTC_STATS_PROP_REMOTE_CANDIDATE_ID,  /**< Remote candidate id associated with the candidate pair (Since 7.5) */
+       WEBRTC_STATS_PROP_KIND,                 /**< Kind (Since 8.0) */
+       WEBRTC_STATS_PROP_ADDRESS,              /**< Address of the candidate (Since 8.0) */
+       WEBRTC_STATS_PROP_PORT,                 /**< Port number of the candidate (Since 8.0) */
+       WEBRTC_STATS_PROP_CANDIDATE_TYPE,       /**< Candidate type (Since 8.0) */
+       WEBRTC_STATS_PROP_PRIORITY,             /**< Priority (Since 8.0) */
+       WEBRTC_STATS_PROP_PROTOCOL,             /**< Protocol, 'udp' or 'tcp' (Since 8.0) */
+       WEBRTC_STATS_PROP_RELAY_PROTOCOL,       /**< Relay protocol (Since 8.0) */
+       WEBRTC_STATS_PROP_URL,                  /**< URL (Since 8.0) */
+       WEBRTC_STATS_PROP_LOCAL_CANDIDATE_ID,   /**< Local candidate id associated with the candidate pair (Since 8.0) */
+       WEBRTC_STATS_PROP_REMOTE_CANDIDATE_ID,  /**< Remote candidate id associated with the candidate pair (Since 8.0) */
 } webrtc_stats_prop_e;
 
 /**
@@ -488,7 +488,7 @@ typedef struct {
  *          #WEBRTC_ERROR_STREAM_FAILED\n
  *          #WEBRTC_ERROR_RESOURCE_FAILED\n
  *          #WEBRTC_ERROR_RESOURCE_CONFLICT\n
- *          #WEBRTC_ERROR_NETWORK_RESOURCE_FAILED (Since 7.5)
+ *          #WEBRTC_ERROR_NETWORK_RESOURCE_FAILED (Since 8.0)
  * @since_tizen 6.5
  * @remarks The @a webrtc is the same object for which the callback was set.\n
  *          The @a webrtc should not be released.
index ea708827cabc3437a1e7655e4d17876a7beda847..0055f4cf2ecb377e84fb7c4fdb9515121c7e03e1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.4.12
+Version:    0.4.13
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0