1. public static final int MEDIA_ERROR_IO
  2. Added in API level 17 File or network related operation errors.
  3. Constant Value: -1004 (0xfffffc14)
  4. public static final int MEDIA_ERROR_MALFORMED
  5. Added in API level 17 Bitstream is not conforming to the related coding standard or file spec.
  6. Constant Value: -1007 (0xfffffc11)
  7. public static final int MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK
  8. Added in API level 3 The video is streamed and its container is not valid for progressive playback i.e the video's index (e.g moov atom) is not at the start of the file.
  9. See Also
  10. MediaPlayer.OnErrorListener
  11. Constant Value: 200 (0x000000c8)
  12. public static final int MEDIA_ERROR_SERVER_DIED
  13. Added in API level 1 Media server died. In this case, the application must release the MediaPlayer object and instantiate a new one.
  14. See Also
  15. MediaPlayer.OnErrorListener
  16. Constant Value: 100 (0x00000064)
  17. public static final int MEDIA_ERROR_TIMED_OUT
  18. Added in API level 17 Some operation takes too long to complete, usually more than 3-5 seconds.
  19. Constant Value: -110 (0xffffff92)
  20. public static final int MEDIA_ERROR_UNKNOWN
  21. Added in API level 1 Unspecified media player error.
  22. See Also
  23. MediaPlayer.OnErrorListener
  24. Constant Value: 1 (0x00000001)
  25. public static final int MEDIA_ERROR_UNSUPPORTED
  26. Added in API level 17 Bitstream is conforming to the related coding standard or file spec, but the media framework does not support the feature.
  27. Constant Value: -1010 (0xfffffc0e)
  28. public static final int MEDIA_INFO_BAD_INTERLEAVING
  29. Added in API level 3 Bad interleaving means that a media has been improperly interleaved or not interleaved at all, e.g has all the video samples first then all the audio ones. Video is playing but a lot of disk seeks may be happening.
  30. See Also
  31. MediaPlayer.OnInfoListener
  32. Constant Value: 800 (0x00000320)
  33. public static final int MEDIA_INFO_BUFFERING_END
  34. Added in API level 9 MediaPlayer is resuming playback after filling buffers.
  35. See Also
  36. MediaPlayer.OnInfoListener
  37. Constant Value: 702 (0x000002be)
  38. public static final int MEDIA_INFO_BUFFERING_START
  39. Added in API level 9 MediaPlayer is temporarily pausing playback internally in order to buffer more data.
  40. See Also
  41. MediaPlayer.OnInfoListener
  42. Constant Value: 701 (0x000002bd)
  43. public static final int MEDIA_INFO_METADATA_UPDATE
  44. Added in API level 5 A new set of metadata is available.
  45. See Also
  46. MediaPlayer.OnInfoListener
  47. Constant Value: 802 (0x00000322)
  48. public static final int MEDIA_INFO_NOT_SEEKABLE
  49. Added in API level 3 The media cannot be seeked (e.g live stream)
  50. See Also
  51. MediaPlayer.OnInfoListener
  52. Constant Value: 801 (0x00000321)
  53. public static final int MEDIA_INFO_UNKNOWN
  54. Added in API level 3 Unspecified media player info.
  55. See Also
  56. MediaPlayer.OnInfoListener
  57. Constant Value: 1 (0x00000001)
  58. public static final int MEDIA_INFO_VIDEO_RENDERING_START
  59. Added in API level 17 The player just pushed the very first video frame for rendering.
  60. See Also
  61. MediaPlayer.OnInfoListener
  62. Constant Value: 3 (0x00000003)
  63. public static final int MEDIA_INFO_VIDEO_TRACK_LAGGING
  64. Added in API level 3 The video is too complex for the decoder: it can't decode frames fast enough. Possibly only the audio plays fine at this stage.
  65. See Also
  66. MediaPlayer.OnInfoListener
  67. Constant Value: 700 (0x000002bc)
  1. public static final int MEDIA_ERROR_IO
  2. Added in API level 17 File or network related operation errors.
  3. Constant Value: -1004 (0xfffffc14)
  4. public static final int MEDIA_ERROR_MALFORMED
  5. Added in API level 17 Bitstream is not conforming to the related coding standard or file spec.
  6. Constant Value: -1007 (0xfffffc11)
  7. public static final int MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK
  8. Added in API level 3 The video is streamed and its container is not valid for progressive playback i.e the video's index (e.g moov atom) is not at the start of the file.
  9. See Also
  10. MediaPlayer.OnErrorListener
  11. Constant Value: 200 (0x000000c8)
  12. public static final int MEDIA_ERROR_SERVER_DIED
  13. Added in API level 1 Media server died. In this case, the application must release the MediaPlayer object and instantiate a new one.
  14. See Also
  15. MediaPlayer.OnErrorListener
  16. Constant Value: 100 (0x00000064)
  17. public static final int MEDIA_ERROR_TIMED_OUT
  18. Added in API level 17 Some operation takes too long to complete, usually more than 3-5 seconds.
  19. Constant Value: -110 (0xffffff92)
  20. public static final int MEDIA_ERROR_UNKNOWN
  21. Added in API level 1 Unspecified media player error.
  22. See Also
  23. MediaPlayer.OnErrorListener
  24. Constant Value: 1 (0x00000001)
  25. public static final int MEDIA_ERROR_UNSUPPORTED
  26. Added in API level 17 Bitstream is conforming to the related coding standard or file spec, but the media framework does not support the feature.
  27. Constant Value: -1010 (0xfffffc0e)
  28. public static final int MEDIA_INFO_BAD_INTERLEAVING
  29. Added in API level 3 Bad interleaving means that a media has been improperly interleaved or not interleaved at all, e.g has all the video samples first then all the audio ones. Video is playing but a lot of disk seeks may be happening.
  30. See Also
  31. MediaPlayer.OnInfoListener
  32. Constant Value: 800 (0x00000320)
  33. public static final int MEDIA_INFO_BUFFERING_END
  34. Added in API level 9 MediaPlayer is resuming playback after filling buffers.
  35. See Also
  36. MediaPlayer.OnInfoListener
  37. Constant Value: 702 (0x000002be)
  38. public static final int MEDIA_INFO_BUFFERING_START
  39. Added in API level 9 MediaPlayer is temporarily pausing playback internally in order to buffer more data.
  40. See Also
  41. MediaPlayer.OnInfoListener
  42. Constant Value: 701 (0x000002bd)
  43. public static final int MEDIA_INFO_METADATA_UPDATE
  44. Added in API level 5 A new set of metadata is available.
  45. See Also
  46. MediaPlayer.OnInfoListener
  47. Constant Value: 802 (0x00000322)
  48. public static final int MEDIA_INFO_NOT_SEEKABLE
  49. Added in API level 3 The media cannot be seeked (e.g live stream)
  50. See Also
  51. MediaPlayer.OnInfoListener
  52. Constant Value: 801 (0x00000321)
  53. public static final int MEDIA_INFO_UNKNOWN
  54. Added in API level 3 Unspecified media player info.
  55. See Also
  56. MediaPlayer.OnInfoListener
  57. Constant Value: 1 (0x00000001)
  58. public static final int MEDIA_INFO_VIDEO_RENDERING_START
  59. Added in API level 17 The player just pushed the very first video frame for rendering.
  60. See Also
  61. MediaPlayer.OnInfoListener
  62. Constant Value: 3 (0x00000003)
  63. public static final int MEDIA_INFO_VIDEO_TRACK_LAGGING
  64. Added in API level 3 The video is too complex for the decoder: it can't decode frames fast enough. Possibly only the audio plays fine at this stage.
  65. See Also
  66. MediaPlayer.OnInfoListener
  67. Constant Value: 700 (0x000002bc)

MediaPlayer的错误列表速查(android)的更多相关文章

  1. Netsuite Formula > Oracle函数列表速查(PL/SQL单行函数和组函数详解).txt

    PL/SQL单行函数和组函数详解 函数是一种有零个或多个参数并且有一个返回值的程序.在SQL中Oracle内建了一系列函数,这些函数都可被称为SQL或PL/SQL语句,函数主要分为两大类: 单行函数 ...

  2. Standard C 语言标准函数库速查(彩色的函数列表,十分清楚)

    Standard C 语言标准函数库速查 (Cheat Sheet) wcstombs 函数说明 #include <stdlib.h> size_t mbstowcs(wchar_t * ...

  3. HTML速查列表

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xht ...

  4. 框架、颜色、颜色名、脚本、字符实体、URL、速查列表

    一. 1.<iframe></iframe>标签设置内联框架(一个内联框架用来当前HTML文档嵌入另一个文档).[语法:<iframe src="URL&quo ...

  5. IL指令速查

    名称 说明 Add 将两个值相加并将结果推送到计算堆栈上. Add.Ovf 将两个整数相加,执行溢出检查,并且将结果推送到计算堆栈上. Add.Ovf.Un 将两个无符号整数值相加,执行溢出检查,并且 ...

  6. Java API 快速速查宝典

    Java API 快速速查宝典 作者:明日科技,陈丹丹,李银龙,王国辉 著 出版社:人民邮电出版社 出版时间:2012年5月 Java编程的最基本要素是方法.属性和事件,掌握这些要素,就掌握了解决实际 ...

  7. Redis常用命令速查 02_转

    一.Key Key命令速查: 命令 说明 DEL 删除给定的一个或多个 key,不存在的 key 会被忽略,返回值:被删除 key 的数量 DUMP 序列化给定 key,返回被序列化的值,使用 RES ...

  8. Linux常用命令速查备忘

    Linux常用命令速查备忘   PS:备忘而已,详细的命令参数说明自己man 一. 启动,关机,登入,登出相关命令 [login] 登录 [logout] 登出 [exit] 登出 [shutdown ...

  9. liunx速查

    文件和目录 Linux 主要目录速查表 /:根目录,一般根目录下只存放目录,在 linux 下有且只有一个根目录,所有的东西都是从这里开始 当在终端里输入 /home,其实是在告诉电脑,先从 /(根目 ...

随机推荐

  1. 把事务封装成类似Serializable用法的特性

    把事务封装成类似Serializable用法的特性 最近几天上班没事可做就想着整理常用的类库方法,验证.消息.分页.模版引擎.数据库操作.ini操作.文本操作.xml操作等,最后就是现在这个事务特性. ...

  2. Jquery轻量级幻灯插件-OWL Carousel--支持触屏的移动浏览器

    Jquery轻量级幻灯插件-OWL Carousel--支持触屏的移动浏览器 在项目中,需要做一个幻灯功能,领导说需要一个小清醒的啊,轻量级的.刚开始搜索到这个: CRAFTYSLIDE插件.但是用起 ...

  3. 总结C++中取成员函数地址的几种方法

    这里, 我整理了4种C++中取成员函数地址的方法, 第1,2,4种整理于网上的方法, 第3种cdecl_cast是我自己想到的. 其中, 第4种(汇编)的方法不能在VC6上编译通过. 推荐使用第1,2 ...

  4. Python:高级主题之(属性取值和赋值过程、属性描述符、装饰器)

    Python:高级主题之(属性取值和赋值过程.属性描述符.装饰器) 背景 学习了Javascript才知道原来属性的取值和赋值操作访问的“位置”可能不同.还有词法作用域这个东西,这也是我学习任何一门语 ...

  5. 大数据应用之Windows平台Hbase客户端Eclipse开发环境搭建

    大数据应用之Windows平台Hbase客户端Eclipse开发环境搭建 大数据应用之Windows平台Hbase客户端Eclipse环境搭建-Java版 作者:张子良 版权所有,转载请注明出处 引子 ...

  6. offsetWidth, offsetHeight, offsetLeft, offsetTop,clientWidth, clientHeight,clientX,pageX,screenX

    offsetWidth: 元素在水平方向上占用的空间大小.包括元素的宽度,内边距,(可见的)垂直滚动条的宽度,左右边框的宽度. offsetHeight:元素在垂直方向上占用的空间大小,包括元素的高度 ...

  7. Big Data Ingestion and streaming product introduction

    Flume Flume isdistributed system for collecting log data from many sources, aggregating it,and writi ...

  8. poj 1088 滑雪(贪心算法)

    思想: (贪心算法 ,看到题目是中文才做的) 先对数组中的数据进行排序,从最小的数据计算 当前的顶点的可以滑行的最大值=max(周围可达的顶点的可以滑行的最大值)+1 这样计算最后产生的路径肯定是最大 ...

  9. Java项目中打开本地文件的方法

    1:其中saveAddress 为已知本地文件全路径: Desktop.getDesktop().open(new File(saveAddress));

  10. svg动画学习

    首先我们定义一块画布,然后在上面画一个圆形. 他看起来应该是这个样子的:(每一个实例我都会附加图片以及demo链接,方便直观的理解与源代码的查看,查看的时候请使用标准浏览器) 点击查看Demo 现在我 ...