上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 54 下一页
摘要: 1、重要要访问内部存储(即包内),外部存储要一大堆权限,最终还搞不定 String str ="data/data/com.example.pcmplayer/s16le.pcm";PCMAudioPlayer.getInstance().startPlay(str); 阅读全文
posted @ 2021-08-20 22:35 cnchengv 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 1、android环境出了点问题,卸载重装 a、卸载,把一些相关的目录也删了,搜 android studio b、代理配置 mirrors.neusoft.edu.cn:80 自己的android studio安装完会下载Sdk,不用单独下载安装,不过要设置正确 最重要,这个不设置正确,sdk在a 阅读全文
posted @ 2021-08-18 10:04 cnchengv 阅读(305) 评论(0) 推荐(0) 编辑
摘要: uint8_t *dst_data[4]; int dst_linesize[4]; int dst_bufsize; struct SwsContext *pSwsCtx; pSwsCtx = sws_getContext(w, h, ic->streams[videoIndex]->codec- 阅读全文
posted @ 2021-08-01 23:26 cnchengv 阅读(232) 评论(0) 推荐(0) 编辑
摘要: vc动态库要注意 extern c,要注意把依赖的动态库也一块儿放进来 1、 extern c问题 导出ffplay动态库,发现 m_FunMain_abc = (fmain_abc)GetProcAddress(m_hDllPlay, "main_abc"); 一直是0, #ifdef CSPPR 阅读全文
posted @ 2021-07-16 10:08 cnchengv 阅读(58) 评论(0) 推荐(0) 编辑
摘要: https://github.com/sunflover/SunPlayer_DuiLib 阅读全文
posted @ 2021-07-14 18:20 cnchengv 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43900888/article/details/112006784 阅读全文
posted @ 2021-07-09 23:18 cnchengv 阅读(12) 评论(0) 推荐(0) 编辑
摘要: #define MULTICAST_GROUP "234.1.4.9" 部分永久的组播地址: 224.0.0.1 子网中的所有系统和主机 224.0.0.2 子网中的所有路由器 224.0.0.4 DVMRP路由器 224.0.0.5 所有OSPF路由器 224.0.0.6 OSPF指定路由器 22 阅读全文
posted @ 2021-06-18 16:15 cnchengv 阅读(273) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ankeetmaini/react-infinite-scroll-component import './alist.css'; import {api} from '../common/axios' import React, { useState ,use 阅读全文
posted @ 2021-06-16 22:37 cnchengv 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Y0W1as5eg37urFdS/article/details/113777492 阅读全文
posted @ 2021-06-11 09:19 cnchengv 阅读(19) 评论(0) 推荐(0) 编辑
摘要: import React from 'react'; import ReactDOM from 'react-dom'; import ListItem from '../component/ListItem' import 'antd-mobile/dist/antd-mobile.css'; i 阅读全文
posted @ 2021-06-10 18:49 cnchengv 阅读(57) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 54 下一页