146f34cbfSopenharmony_ci/*
246f34cbfSopenharmony_ci * Copyright (c) 2024 Huawei Device Co., Ltd.
346f34cbfSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
446f34cbfSopenharmony_ci * you may not use this file except in compliance with the License.
546f34cbfSopenharmony_ci * You may obtain a copy of the License at
646f34cbfSopenharmony_ci *
746f34cbfSopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
846f34cbfSopenharmony_ci *
946f34cbfSopenharmony_ci * Unless required by applicable law or agreed to in writing, software
1046f34cbfSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
1146f34cbfSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1246f34cbfSopenharmony_ci * See the License for the specific language governing permissions and
1346f34cbfSopenharmony_ci * limitations under the License.
1446f34cbfSopenharmony_ci */
1546f34cbfSopenharmony_ci
1646f34cbfSopenharmony_ci#ifndef OH_AUDIO_MANAGER_H
1746f34cbfSopenharmony_ci#define OH_AUDIO_MANAGER_H
1846f34cbfSopenharmony_ci
1946f34cbfSopenharmony_ci#include "audio_info.h"
2046f34cbfSopenharmony_ci#include "native_audio_common.h"
2146f34cbfSopenharmony_ci#include "native_audio_manager.h"
2246f34cbfSopenharmony_ci
2346f34cbfSopenharmony_cinamespace OHOS {
2446f34cbfSopenharmony_cinamespace AudioStandard {
2546f34cbfSopenharmony_ci
2646f34cbfSopenharmony_ciclass OHAudioManager {
2746f34cbfSopenharmony_cipublic:
2846f34cbfSopenharmony_ci    ~OHAudioManager() {};
2946f34cbfSopenharmony_ci
3046f34cbfSopenharmony_ci    static OHAudioManager *GetInstance();
3146f34cbfSopenharmony_ci    AudioScene GetAudioScene();
3246f34cbfSopenharmony_ciprivate:
3346f34cbfSopenharmony_ci    OHAudioManager() {};
3446f34cbfSopenharmony_ci};
3546f34cbfSopenharmony_ci
3646f34cbfSopenharmony_ci} // namespace AudioStandard
3746f34cbfSopenharmony_ci} // namespace OHOS
3846f34cbfSopenharmony_ci#endif // OH_AUDIO_MANAGER_H