Implementation of media library | 媒体库功能实现
暂无描述
Inter-process communication (IPC) and Remote Procedure Call (RPC) | 跨进程通信与跨设备的远程过程调用
ArkUI声明式UI开发、Stage模型、网络/数据库管理、分布式应用开发、进程间通信、线程间通信技术、多媒体技术……
本示例介绍如何通过Native-API,在ArkTS与Native之间传递数据。
Implementation of media library | 媒体库功能实现
The OpenHarmony JS UI framework provides basic, container, and canvas UI components and standard CSS animation capabilities. It supports the web-development-like programming paradigm.
General-purpose C++ classes and functions | 通用的C++功能函数和类
js_api_module, used to store the basic class library JSAPI, such as url, uri, etc.| 用于存放基础类库JSAPI,比如url、uri等
提供媒体各模块需要的公共能力(基础类型AVFormat/AVBuffer/AVBufferQueue封装、跨平台Task/Mutex/AutoLock/ConditionVariable接口封装、插件管理机制、Pipeline机制)
提供媒体各模块需要的公共能力(基础类型AVFormat/AVBuffer/AVBufferQueue封装、跨平台Task/Mutex/AutoLock/ConditionVariable接口封装、插件管理机制、Pipeline机制)
1、需求:内部转测试的双周非正式版本信息承载 2、目标:OH非正式版本的信息承载 3、意义:非官方开发转测试通道
方舟JS运行时(ARK JavaScript Runtime)是OpenHarmony上JS应用使用的运行时。包含JS对象的分配器以及垃圾回收器(GC)、符合ECMAScript规范的标准库、用于运行ARK前端组件生成的方舟字节码(ARK Bytecode,abc)的解释器、用于存储隐藏类的内联缓存、方舟JS运行时对外的函数接口(AFFI)等模块。