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的网址的更多相关文章

  1. 通过squid 禁止访问/只允许访问指定 网址

    安装 squid yum install squid -y 备份squid.conf cp  squid.conf  squid.conf-list vi  squid.conf 输入: acl de ...

  2. 完美解决,浏览器下拉显示网址问题 | 完美解决,使用原生 scroll 写下拉刷新

    在 web 开发过程中我们经常遇到,不想让用户下拉看到我的地址,也有时候在 div 中没有惯性滚动,就此也出了 iScroll 这种关于滚动条的框架,但是就为了一个体验去使用一个框架好像又不值得,今天 ...

  3. 【转】Asp.net MVC定义短网址

    在MVC的逻辑代码里,Controller和Action是必须的,但是在网址里,并不需要完全体现Controller和Action.比如我们经常希望看到http://localhost/About而不 ...

  4. PHP如何实现网址伪静态

    Apache的 mod_rewrite是比较强大的,在进行网站建设时,可以通过这个模块来实现伪静态. 主要步骤如下: 1.检测Apache是否开启mod_rewrite功能     可以通过php提供 ...

  5. 详解Node解析URL网址

    前提给大家声明一下,我操作的环境是Mac终端下操作的.(前提是你先要下载好node.js) 说道URL 恐怕都不陌生,但是要说URL,就 必须先说下URI URI是统一资源标识符,是一个用于标识某一互 ...

  6. ASP.NET Core开发-如何配置Kestrel 网址Urls

    ASP.NET Core中如何配置Kestrel Urls呢,大家可能都知道使用UseUrls() 方法来配置. 今天给介绍全面的ASP.NET Core 配置 Urls,使用多种方式配置Urls. ...

  7. thinkphp怎么设置输入网址直接进入首页

    1.设置apache服务器的时候,文件的位置要写包含index.php的那个主文件夹. 2.apache和thinkphp默认index.html是作为网站的默认首页,所以在浏览器端可以直接输入网址进 ...

  8. [转]推荐highcharts学习网址

    highcharts学习网址1:http://www.hcharts.cn/docs/index.php?doc=basic(百度highcharts中文教程即可) highcharts学习网址2:h ...

  9. 2015.1.25 Delphi打开网址链接的几种方法

    Delphi打开网址链接的几种方法1.使用shellapi打开系统中默认的浏览器              首先需在头部引用 shellapi单元即在uses中添加shellapi,这里我们需要知道有 ...

随机推荐

  1. Javascript typeof 用法

    在js里用到数组,比如 多个名字相同的input, 若是动态生成的, 提交时就需要判断其是否是数组. if(document.mylist.length != "undefined" ...

  2. 彻底禁止win10更新

    关闭win10自动更新: 可以用下面方法关闭: 1.首先在服务界面关闭Windows Update服务并设置为禁用并在恢复界面全部如下图设置为无操作. 2.只关闭了Windows Update服务发现 ...

  3. linux vim操作技巧

    安装: NERDTree 从 http://www.vim.org/scripts/script.php?script_id=1658  下载 unzip NERD_tree.zip cd ~/.vi ...

  4. C++ 20170807

    mesos/3rdparty/stout/include/stout/err.hpp=======================================================str ...

  5. Visual Studio C++ include与library

    首先介绍几种目录: 1. 系统路径 系统路径在vc中是"Properties->Configuration Properties -> VC++ Directories" ...

  6. UNITY5 - fog

    全局雾效在 window->lighting 的设置,可设置颜色和距离 注意摄像机的Rendering Path要选择Forward

  7. http://angular.github.io/router/

    Angular New Router Guide Configuring the Router- This guide shows the many ways to map URLs to compo ...

  8. SQL group by 分组后,同一组的排序后取第一条

    SELECT * FROM(                SELECT                     [SPID]                    ,[PH1]           ...

  9. mongodb spring 集成

    参考文档 mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?op ...

  10. Linux 基础教程 33-硬盘分区及挂载

    挂载命令     在Windows系统中如果插入了U盘.移动硬盘.光驱等,只要能被Windows系统识别出来,则系统会进行自动挂载并添加盘符,然后我们就可以访问,而这一切均由系统完成,用户并不需要做任 ...