[Version] 0.3.48
[Profile] Common
[Issue Type] compatibility
Change-Id: I8a6a623748783c15b77173f684b221bf8211bae5
Name: capi-media-audio-io
Summary: An Audio Input & Audio Output library in Tizen Native API
-Version: 0.3.47
+Version: 0.3.48
Release: 0
Group: Multimedia/API
License: Apache-2.0
#include <cpp_audio_io.h>
#include <dlog.h>
+#ifdef LOG_TAG
+#undef LOG_TAG
+#endif
+#define LOG_TAG "TIZEN_N_AUDIO_IO"
+
#define DEPRECATED_WARN() do { \
LOGW("DEPRECATION WARNING: %s() is deprecated and will be removed from next release.", __func__); \
} while (0)
assert(handle->audioIoHandle);
+ /* Internal unprepare for backward compatibility */
+ handle->audioIoHandle->unprepare();
+
SAFE_FINALIZE(handle->audioIoHandle);
SAFE_DELETE(handle->audioIoHandle);
SAFE_DELETE(handle);
assert(handle->audioIoHandle);
+ /* Internal unprepare for backward compatibility */
+ handle->audioIoHandle->unprepare();
+
SAFE_FINALIZE(handle->audioIoHandle);
SAFE_DELETE(handle->audioIoHandle);
SAFE_DELETE(handle);