mirror of
https://gitee.com/openharmony/castengine_cast_framework
synced 2024-11-23 06:29:46 +00:00
d61a0a68cc
Merge pull request !108 from LongestDistance/master |
||
---|---|---|
client | ||
common | ||
etc/init | ||
interfaces | ||
sa_profile | ||
service | ||
BUILD.gn | ||
bundle.json | ||
cast_engine.gni | ||
hisysevent.yaml | ||
LICENSE | ||
README_zh.md | ||
README.md |
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。