Add ommited symbols in sound_manager_internal_tv.h 77/114077/3
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 10 Feb 2017 02:18:30 +0000 (11:18 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 10 Feb 2017 02:24:37 +0000 (11:24 +0900)
[Version] 0.3.99
[Profile] TV
[Issue Type] Build break

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

index f5df8de80442b31495562b0ad7fd6a4b3dde878a..136fb6a81161fa493f173c331b7dfde5687050fc 100644 (file)
@@ -171,6 +171,42 @@ int sound_manager_get_type_from_stream_information(sound_stream_info_h stream_in
  */
 int sound_manager_get_index_from_stream_information(sound_stream_info_h stream_info, int *index);
 
+/**
+ * @internal
+ * @brief Gets the internal stream information handle for VoIP session.
+ * @since_tizen 3.0
+ *
+ * @remarks    If VoIP session is not set in this process, it'll return #SOUND_MANAGER_ERROR_NO_DATA.
+ *
+ * @param[out] stream_info     The handle of stream information
+ *
+ * @return @c 0 on success,
+ *         otherwise a negative error value
+ * @retval #SOUND_MANAGER_ERROR_NONE Success
+ * @retval #SOUND_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #SOUND_MANAGER_ERROR_NO_DATA No data
+ * @see sound_manager_set_session_type()
+ * @see sound_manager_set_voip_session_mode()
+ */
+int sound_manager_get_internal_voip_stream_information(sound_stream_info_h *stream_info);
+
+/**
+ * @internal
+ * @brief Disable session backward compatibility.
+ * @since_tizen 3.0
+ *
+ * @remarks    Multimedia framework support backward compatibility of legacy sound session. \n
+ *     If a process does not want legacy sound session behavior in each multimedia framework, \n
+ *     this function can be used explicitly not to support that.
+ *
+ * @return @c 0 on success,
+ *         otherwise a negative error value
+ * @retval #SOUND_MANAGER_ERROR_NONE Success
+ * @retval #SOUND_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #SOUND_MANAGER_ERROR_INTERNAL Internal error inside the sound system
+ */
+int sound_manager_disable_session_backward_compatibility(void);
+
 /**
  * @internal
  * @brief Creates a virtual stream handle.
index da1f10394903daeee081efed0ba1e607656cafef..2e75e177eba9fb50cade76ed4eed54e1700bcac4 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-sound-manager
 Summary:    Sound Manager library
-Version:    0.3.98
+Version:    0.3.99
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0