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. Eclipse plugin web site 发布和版本更新

    Eclipse plugin web site 发布和版本更新 在eclipse插件开发过程中免不了要发布1.0, 1.1, 1.2…….等等,随着版本的递增,假如每次都发布一个插件zip包,那使用者 ...

  2. phantomjs初次认识

    phantomjs初次认识 最近没什么重要的任务,就抽空看了看项目组爬虫小组的代码,因为我们的爬虫主要是以python的scrapy框架为主,看起来比较方便.在看代码的时候看到一个叫phantomjs ...

  3. java中的volatile关键字

    java中的volatile关键字 一个变量被声明为volatile类型,表示这个变量可能随时被其他线程改变,所以不能把它cache到线程内存(如寄存器)中. 一般情况下volatile不能代替syn ...

  4. 删除重复&海量数据

    08. 删除重复&海量数据   重复数据,通常有两种:一是完全重复的记录,也就是所有字段的值都一样:二是部分字段值重复的记录. 一. 删除完全重复的记录完全重复的数据,通常是由于没有设置主键/ ...

  5. iOS网络通信http之NSURLConnection

    iOS网络通信http之NSURLConnection 移动互联网时代,网络通信已是手机终端必不可少的功能.我们的应用中也必不可少的使用了网络通信,增强客户端与服务器交互.这一篇提供了使用NSURLC ...

  6. Enlightenment笔记

    Enlightenment是一个文件管理器(曾经), 随着发展, 现在的目标已经是创建一个跟xfce, kde等一样的桌面环境. 作为一个用的人不多, 兼容性一般般, bug还不少的桌面环境, E的最 ...

  7. openssh6.7.deb download packed for debian7/ubuntu12.04 amd64

    openssh the openssh-server on debian7/ubuntu12.04 is too old and out of date. so now we replace and ...

  8. convert.c:7:3: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by

    产生这样的问题主要是因为你使用了某一个函数,却没有引入相应的头文件.这与java中其实是一样的. 例如:在java中,使用某一个工具类,就要导入相应的包.

  9. 如何优雅的设计Redux中的Store

    用了几个月的redux,现在回过来总结一下. 刚开始用的时候遇到一个比较大的疑问,就是如何设计redux的store中的state树,这应该是我在使用redux中最大的一个疑问,阻挡了我前进的脚步,当 ...

  10. iOS之崩溃处理:This application is modifying the autolayout engine from a background thread

    一.错误提示 今天在开发的时候遇到一个崩溃问题,"This application is modifying the autolayout engine from a background ...