[Version] 0.3.29
[Profile] Common
[Issue Type] Coding Convention
Change-Id: I91d0ea5981ba6cd50d886aaea39076317ac28bd9
#include <sound_manager.h>
#ifdef __cplusplus
-extern "C"
-{
+extern "C" {
#endif
/**
#ifdef __cplusplus
-extern "C"
-{
+extern "C" {
#endif
int cpp_audio_in_create(int sample_rate, audio_channel_e channel, audio_sample_type_e type, audio_in_h *input);
Name: capi-media-audio-io
Summary: An Audio Input & Audio Output library in Tizen Native API
-Version: 0.3.28
+Version: 0.3.29
Release: 0
Group: Multimedia/API
License: Apache-2.0
IAudioSessionEventListener::EInterruptCode IAudioSessionEventListener::convertInterruptedCode(int code, const char *reason_for_change) {
EInterruptCode e = EInterruptCode::INTERRUPT_COMPLETED;
- switch (code)
- {
+ switch (code) {
case FOCUS_IS_ACQUIRED:
e = EInterruptCode::INTERRUPT_COMPLETED;
break;
audio_io_error_e ret = AUDIO_IO_ERROR_NONE;
CAudioError::EError err = error.getError();
- switch (err)
- {
+ switch (err) {
case CAudioError::EError::ERROR_NONE:
ret = AUDIO_IO_ERROR_NONE;
break;