Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / xwalk / tizen / browser / audio_session_manager_init.h
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Copyright (c) 2013 Intel Corporation. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5
6 // Contains code that should be used for initializing the
7 // audio session manager library as a whole.
8
9 #ifndef XWALK_TIZEN_BROWSER_AUDIO_SESSION_MANAGER_INIT_H_
10 #define XWALK_TIZEN_BROWSER_AUDIO_SESSION_MANAGER_INIT_H_
11
12 #include "content/common/content_export.h"
13
14 namespace tizen {
15
16 // Attempts to initialize the audio session manager library.
17 // Returns true if everything was successfully initialized, false otherwise.
18 CONTENT_EXPORT bool InitializeAudioSessionManager();
19
20 }  // namespace tizen
21
22 #endif  // XWALK_TIZEN_BROWSER_AUDIO_SESSION_MANAGER_INIT_H_