deamo的网址
https://blog.csdn.net/jydave/article/details/50656455 广播(Broadcast)的简单用法
http://www.cgtsj.com/cg/f/vx3456/index.html OpenGL学习的视频
http://blog.sina.com.cn/s/blog_a23d30f101018gl4.html 浅学OpenGLES2.0
https://blog.csdn.net/yanzi1225627/article/details/33339965 关键解释OpenGL三个回调函数
https://blog.csdn.net/jackie03/article/category/1086433 Android OpenGL ES 基础知识
https://blog.csdn.net/qq_31530015/article/details/52108220 OpenGL ES学习笔记之绘制线、面
https://github.com/Piasy/OpenGLESTutorial-Android OpenGL的demo
http://www.cnblogs.com/wiki3d/p/opengl_c.html OPEN中文文档
https://blog.csdn.net/aphero/article/details/72279676 mediaCodec一些关键I帧的处理
https://blog.csdn.net/forest_world/article/details/54619642 mediaCodec一些心得,里面有流程图
https://blog.csdn.net/junzia/article/details/77924629 Android利用硬解硬编和OpenGLES来高效的处理MP4视频
https://blog.csdn.net/forest_world/article/details/54619642 Android之MediaCodec使用经验分享(vienna BUG 的问题)
https://www.cnblogs.com/CoderTian/p/6220332.html 使用MediaCodec解码使用AudioTrack播放音频数据
https://www.jianshu.com/p/66acab100e4b 音视频的封装
https://www.jianshu.com/p/66acab100e4b Android音视频处理之MediaExtractor
https://blog.csdn.net/stn_lcd/article/details/72625954 Android中如何提取和生成mp4文件
https://blog.csdn.net/jinzhuojun/article/details/32163149 Android中MediaMuxer和MediaCodec用例 - audio+video
Android Multimedia框架总结(二十三)MediaCodec补充及MediaMuxer引入(附案例) https://blog.csdn.net/hejjunlin/article/details/53729575
https://github.com/RrtoyewxXu/AndroidLiveRecord 音视频的demo
https://www.cnblogs.com/Sharley/p/5964490.html android MediaCodec 音频编解码的实现——转码 (文章不错)
https://blog.csdn.net/mixi9760/article/details/51500913 MediaPlayer结合SurfaceView播放视频
deamo的网址的更多相关文章
- 通过squid 禁止访问/只允许访问指定 网址
安装 squid yum install squid -y 备份squid.conf cp squid.conf squid.conf-list vi squid.conf 输入: acl de ...
- 完美解决,浏览器下拉显示网址问题 | 完美解决,使用原生 scroll 写下拉刷新
在 web 开发过程中我们经常遇到,不想让用户下拉看到我的地址,也有时候在 div 中没有惯性滚动,就此也出了 iScroll 这种关于滚动条的框架,但是就为了一个体验去使用一个框架好像又不值得,今天 ...
- 【转】Asp.net MVC定义短网址
在MVC的逻辑代码里,Controller和Action是必须的,但是在网址里,并不需要完全体现Controller和Action.比如我们经常希望看到http://localhost/About而不 ...
- PHP如何实现网址伪静态
Apache的 mod_rewrite是比较强大的,在进行网站建设时,可以通过这个模块来实现伪静态. 主要步骤如下: 1.检测Apache是否开启mod_rewrite功能 可以通过php提供 ...
- 详解Node解析URL网址
前提给大家声明一下,我操作的环境是Mac终端下操作的.(前提是你先要下载好node.js) 说道URL 恐怕都不陌生,但是要说URL,就 必须先说下URI URI是统一资源标识符,是一个用于标识某一互 ...
- ASP.NET Core开发-如何配置Kestrel 网址Urls
ASP.NET Core中如何配置Kestrel Urls呢,大家可能都知道使用UseUrls() 方法来配置. 今天给介绍全面的ASP.NET Core 配置 Urls,使用多种方式配置Urls. ...
- thinkphp怎么设置输入网址直接进入首页
1.设置apache服务器的时候,文件的位置要写包含index.php的那个主文件夹. 2.apache和thinkphp默认index.html是作为网站的默认首页,所以在浏览器端可以直接输入网址进 ...
- [转]推荐highcharts学习网址
highcharts学习网址1:http://www.hcharts.cn/docs/index.php?doc=basic(百度highcharts中文教程即可) highcharts学习网址2:h ...
- 2015.1.25 Delphi打开网址链接的几种方法
Delphi打开网址链接的几种方法1.使用shellapi打开系统中默认的浏览器 首先需在头部引用 shellapi单元即在uses中添加shellapi,这里我们需要知道有 ...
随机推荐
- Best free online svn repositories
Maybe you want to develop in a custom team environment or you usualy work on different machines (tha ...
- Socket、RPC通信实例,简单版本,仅供查阅
TCP/IP Socket 如果使用TCP协议来传递数据,客户端和服务器端需要分别经过以下步骤: server: 创建socket对象 - bind(绑定socket到指定地址和端口) - liste ...
- 105. Construct Binary Tree from Preorder and Inorder Traversal (Tree; DFS)
Given preorder and inorder traversal of a tree, construct the binary tree. Note: You may assume that ...
- Git学习笔记——从一台电脑上传文件到Github上
目标:从一台电脑上传文件到Github上 前提: 1.这里假定已在Github上创建了仓库,建立了仓库 2.已在这台电脑上安装了Git客户端 实验环境: 1.Windows 10 64位,已安装了Gi ...
- Docs命令大全 备用
#1 一: net use \\ip\ipc$ " " /user:" " 建立IPC空链接 net use \\ip\ipc$ "密码" ...
- js中 new Date()使用说明
var myDate = new Date(); // myDate.getYear(); //获取当前年份(2位)(该方法获取年份,涉及到浏览器兼容问题,所以不推荐使用!) // myDate.ge ...
- python virtualenv环境安装(ubuntu)
测试系统ubantu16.04 该系统已经默认安装了python3.5, 当然了python2.7也同时存在着. 可以用如下命令安装pip(如下命令会默认安装pip到python2.7库中) $ su ...
- Mockplus组件样式库一键解决风格复用
在Mockplus3.3版本中,新增了组件样式库,可以快速复用组件风格,同时可以将组件风格保存到库中. 官网地址:https://www.mockplus.cn 1. 保存样式 选中组件,设置好该组件 ...
- Text Relatives
[Text Relatives] With TextKit the resources at your disposal range from framework objects—such as te ...
- 转 Spring AOP @Before @Around @After 等 advice 的执行顺序
转自:http://blog.csdn.net/rainbow702/article/details/52185827 情况一: 一个方法只被一个Aspect类拦截 正常情况: 异常情况: 情况二 ...