Deprecate audio policy related enum 20/95520/2
authorGilbok Lee <gilbok.lee@samsung.com>
Thu, 3 Nov 2016 12:11:11 +0000 (21:11 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 7 Nov 2016 05:11:48 +0000 (21:11 -0800)
[Version] 0.1.5
[Profile] Common(Mobile, Wearable)
[Issue Type] Deprecation

Change-Id: I5864f4d2eb2ede9a0f00df387693c57b213c6d0f

include/radio.h
packaging/capi-media-radio.spec

index e2d8d11..aa7f78a 100755 (executable)
@@ -71,15 +71,15 @@ typedef enum {
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 typedef enum {
-       RADIO_INTERRUPTED_COMPLETED = 0,                                        /**< Interrupt completed */
-       RADIO_INTERRUPTED_BY_MEDIA,                                             /**< Interrupted by a non-resumable media application */
-       RADIO_INTERRUPTED_BY_CALL,                                              /**< Interrupted by an incoming call */
-       RADIO_INTERRUPTED_BY_EARJACK_UNPLUG,                    /**< Interrupted by unplugging headphones */
+       RADIO_INTERRUPTED_COMPLETED = 0,                        /**< Interrupt completed (Deprecated since 3.0)*/
+       RADIO_INTERRUPTED_BY_MEDIA,                                     /**< Interrupted by a non-resumable media application (Deprecated since 3.0)*/
+       RADIO_INTERRUPTED_BY_CALL,                                      /**< Interrupted by an incoming call (Deprecated since 3.0)*/
+       RADIO_INTERRUPTED_BY_EARJACK_UNPLUG,            /**< Interrupted by unplugging headphones (Deprecated since 3.0)*/
        RADIO_INTERRUPTED_BY_RESOURCE_CONFLICT,         /**< Interrupted by a resource conflict */
-       RADIO_INTERRUPTED_BY_ALARM,                                             /**< Interrupted by an alarm */
-       RADIO_INTERRUPTED_BY_EMERGENCY,                         /**< Interrupted by an emergency */
-       RADIO_INTERRUPTED_BY_RESUMABLE_MEDIA,                   /**< Interrupted by a resumable media application */
-       RADIO_INTERRUPTED_BY_NOTIFICATION,                              /**< Interrupted by a notification */
+       RADIO_INTERRUPTED_BY_ALARM,                                     /**< Interrupted by an alarm (Deprecated since 3.0)*/
+       RADIO_INTERRUPTED_BY_EMERGENCY,                         /**< Interrupted by an emergency (Deprecated since 3.0)*/
+       RADIO_INTERRUPTED_BY_RESUMABLE_MEDIA,           /**< Interrupted by a resumable media application (Deprecated since 3.0)*/
+       RADIO_INTERRUPTED_BY_NOTIFICATION,                      /**< Interrupted by a notification (Deprecated since 3.0)*/
 } radio_interrupted_code_e;
 
 /**
index 2c7097a..ad94de6 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-radio
 Summary:    A Radio library in Tizen Native API
-Version:    0.1.4
+Version:    0.1.5
 Release:    1
 Group:      API/C API
 License:    Apache-2.0