mirror of
https://github.com/openharmony/castengine_cast_plus_stream.git
synced 2026-06-29 20:48:16 -04:00
master
Cast+ Stream module
Introduction
Cast+ Stream module: The main function is to achieve the projection of media resources to the opposite device and support dual end playback control.
Directory Structure
/foundation/CastEngine/castengine_cast_plus_stream # Cast+ Stream模块业务代码
├── include # include file
├── src # source code
├── LICENSE # Certificate file
├── BUILD.gn # Compilation Entry
└── test # test code
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
hdc shell hilog -p off hdc shell hilog -Q pidoff hdc shell hilog -Q domainoff hdc shell hilog -b D -D 0xD004601 hdc shell hilog -b D -D 0xD002B00 hdc shell hilog -b D -D 0xD00ff00 hdc shell hilog -b D -D 0xD002b2b hdc shell hilog -b D -D 0xD003900 hdc shell hilog -b D -D 0xD0015c0 hdc shell hilog -b D -D 0x001b hdc shell hilog -b X hdc shell hilog -G 512M
Description
Languages
C++
100%