1 /*
2  * Copyright (c) 2024 Huawei Device Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include "bridge/cj_frontend/interfaces/cj_ffi/cj_macro.h"
17 
18 extern "C" {
19 CJ_EXPORT int FfiOHOSAceFrameworkVideoCreate = 0;
20 CJ_EXPORT int FfiOHOSAceFrameworkVideoMuted = 0;
21 CJ_EXPORT int FfiOHOSAceFrameworkVideoAutoPlay = 0;
22 CJ_EXPORT int FfiOHOSAceFrameworkVideoControls = 0;
23 CJ_EXPORT int FfiOHOSAceFrameworkVideoObjectFit = 0;
24 CJ_EXPORT int FfiOHOSAceFrameworkVideoLoop = 0;
25 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnStart = 0;
26 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnPause = 0;
27 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnFinish = 0;
28 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnError = 0;
29 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnPrepared = 0;
30 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnSeeking = 0;
31 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnSeeked = 0;
32 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnUpdate = 0;
33 CJ_EXPORT int FfiOHOSAceFrameworkVideoOnFullscreenChange = 0;
34 
35 CJ_EXPORT int FfiOHOSAceFrameworkVideoControllerCreate = 0;
36 CJ_EXPORT int FfiOHOSAceFrameworkVideoControllerStart = 0;
37 CJ_EXPORT int FfiOHOSAceFrameworkVideoControllerPause = 0;
38 CJ_EXPORT int FfiOHOSAceFrameworkVideoControllerStop = 0;
39 CJ_EXPORT int FfiOHOSAceFrameworkVideoControllerSetCurrentTime = 0;
40 CJ_EXPORT int FfiOHOSAceFrameworkVideoControllerRequestFullscreen = 0;
41 CJ_EXPORT int FfiOHOSAceFrameworkVideoControllerExitFullscreen = 0;
42 };