1.filter过滤
返回符合查询条件的集合//过滤所有deviceType为1的List<DeviceWorkTimeEntity> list entities.stream().filter(a -> "1".equals(a.getDeviceType())).toList();
2.List<List>转换为List
可以使用流(Stream)的flatMap操作
public cl…
概要
metaRTC7.0开始全面支持mac/ios操作系统,新版本7.0.023 mac os demo 包含有srs/zlm的推拉流演示。发布版自带了x64版第三方类库,arm版第三方类库还需开发者自己编译。
源码下载
下载文件metartc7.023.7z
https://github.com/metartc/metaRTC/re…