Go to file
LongestDistance a07ba54aa4
update service/src/device_manager/src/discovery_manager.cpp.
去掉HMOS 相关判断

Signed-off-by: LongestDistance <cdwango@isoftstone.com>
2024-11-13 02:54:09 +00:00
client TicketNo:#IB2R8O Description:根据检视意见优化代码 2024-11-08 15:06:47 +08:00
common TicketNo:#IB2R8O Description:根据检视意见优化代码 2024-11-08 15:06:47 +08:00
etc/init 删除部分不合理的权限 2024-11-01 07:03:12 +00:00
interfaces TicketNo:#IB00LU Description:完善NAPI接口 2024-10-31 17:13:42 +08:00
sa_profile update build.gn 2024-01-20 22:18:57 +08:00
service update service/src/device_manager/src/discovery_manager.cpp. 2024-11-13 02:54:09 +00:00
BUILD.gn 回退 'Pull Request !73 : 【轻量级 PR】:cfi' 2024-04-16 01:29:01 +00:00
bundle.json TicketNo:#IB00OX Description:代码重构,修改gn、cast_engine通用接口及部分定义 2024-10-27 21:15:12 +08:00
cast_engine.gni 更新信息 2024-01-17 23:10:32 +08:00
hisysevent.yaml 更新信息 2024-01-17 23:10:32 +08:00
LICENSE update 2023-12-21 19:08:59 +08:00
README_zh.md 修改readme文件中表述不正确的地方 2024-11-08 01:04:16 +00:00
README.md update 2023-12-21 19:08:59 +08:00

castengine_cast_framework

Introduction

Provide audio and video broadcasting capabilities with adaptive Cast+Stream, Wi Fi Display, and DLNA protocols, providing a unified interface and normalized experience for north-south developers.

Directory Structure

/foundation/CastEngine/castengine_cast_framework
├── clinet                             # Implementation on the client side
├── common                             # common code
├── etc                                # SA profile file
├── interfaces                         # Inner api
├── sa_profile                         # SA profile
├── service                            # Implementation on the service side
├── LICENSE                            # Certificate file
├── BUILD.gn                           # Compilation Entry
├── test                               # test code
└── bundle.json                        # Component description file

Compilation and Building

# Generate the libcast.z.so、libcast_engine_client.z.so、libcast_engine_service.z.so file in the out directory of the product folder through GN compilation.
hb build cast

Usage

For details, seeSample

Repositories Involved

castengine_cast_plus_stream

castengine_wifi_display

castengine_dlna