# castengine_cast_plus_stream **Repository Path**: daziran96/castengine_cast_plus_stream ## Basic Information - **Project Name**: castengine_cast_plus_stream - **Description**: 暂无描述 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/castengine_cast_plus_stream - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2023-11-21 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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, see[Sample](https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Media/AVSession)。 ## Repositories Involved [castengine_cast_framework](https://gitee.com/openharmony-sig/castengine_cast_framework) [castengine_wifi_display](https://gitee.com/openharmony-sig/castengine_wifi_display) [castengine_dlna](https://gitee.com/openharmony-sig/castengine_dlna)