mirror of
https://github.com/openharmony/multimedia_media_lite.git
synced 2026-07-01 06:41:50 -04:00
45e3f40d34e52e1130e5050457d1d8a960d6524c
Signed-off-by: huang-jianfei200 <huangjianfei4@huawei.com> Change-Id: I875441a6595381e34698da575532877da9167194
MEDIA_LITE
Introduction
This repository provides APIs for media-related capabilities such as recording, playback, parsing, and decoding, and the engine capability for media recording and playback.
Figure 1 Position of this repository (in the dotted blue box) in the multimedia subsystem
-in-the-multimedia-subsystem.png)
Directory Structure
/foundation/multimedia/media_lite
├── frameworks # Framework code
├── interfaces # APIs
│ └── kits # External APIs
└── test # Test code
Usage
Build a single repository in the root directory.
# Select the development board.
hb set
# Build this repository.
hb build media_lite
Constraints
C++ 11 or later
Repositories Involved
Description
Languages
C++
94.8%
C
5.2%