1523f5352Sopenharmony_ci/* 2523f5352Sopenharmony_ci * Copyright (c) 2022 Huawei Device Co., Ltd. 3523f5352Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4523f5352Sopenharmony_ci * you may not use this file except in compliance with the License. 5523f5352Sopenharmony_ci * You may obtain a copy of the License at 6523f5352Sopenharmony_ci * 7523f5352Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8523f5352Sopenharmony_ci * 9523f5352Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10523f5352Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11523f5352Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12523f5352Sopenharmony_ci * See the License for the specific language governing permissions and 13523f5352Sopenharmony_ci * limitations under the License. 14523f5352Sopenharmony_ci */ 15523f5352Sopenharmony_ci 16523f5352Sopenharmony_ci#ifdef __cplusplus 17523f5352Sopenharmony_ciextern "C" { 18523f5352Sopenharmony_ci#endif 19523f5352Sopenharmony_ci 20523f5352Sopenharmony_ci#include "OpenSLES_OpenHarmony.h" 21523f5352Sopenharmony_ci 22523f5352Sopenharmony_ci/*****************************************************************************/ 23523f5352Sopenharmony_ci/* Interface IDs */ 24523f5352Sopenharmony_ci/*****************************************************************************/ 25523f5352Sopenharmony_ci 26523f5352Sopenharmony_cistatic const struct SLInterfaceID_ SL_IID_OH_BUFFERQUEUE_ 27523f5352Sopenharmony_ci = { 0x2bc99cc0, 0xddd4, 0x11db, 0x8d99, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }; 28523f5352Sopenharmony_ciconst SLInterfaceID SL_IID_OH_BUFFERQUEUE = &SL_IID_OH_BUFFERQUEUE_; 29523f5352Sopenharmony_ci 30523f5352Sopenharmony_ci#ifdef __cplusplus 31523f5352Sopenharmony_ci} /* extern "C" */ 32523f5352Sopenharmony_ci#endif 33