美文网首页
2022-05-30

2022-05-30

作者: 小狗砸他爹 | 来源:发表于2022-05-30 14:59 被阅读0次

释放与mediaplayer对应有关的资源。使用完mediaplayer之后调用这个方法是一个好的习惯。尤其是,任何时候一个应用的activity暂停或停止了(它的onPause或者onStop方法被调用了),这个方法都应该被调用来释放mediaplayer的对象,除非应用需要持有这个对应作为特殊需要。

除此之外,不必要的资源(如内存和编译器实例)被持有,如果mediaplayer对象不再需要,立马调用这个方法失败,也会导致移动设备的持续电量消耗,如果设备上同一编译器不支持多实例,会导致其他应用播放失败。

即使同一编译器是支持多实例化,当同一时间内使用多个不必要的实例,预期会造成性能上的恶化。

Releases resources associated with this MediaPlayer object. It is considered good practice to call this method when you're done using the MediaPlayer.

In particular, whenever an Activity of an application is paused (its onPause() method is called), or stopped (its onStop() method is called), this method should be invoked to release the MediaPlayer object, unless the application has a special need to keep the object around.

In addition to unnecessary resources (such as memory and instances of codecs) being held, failure to call this method immediately if a MediaPlayer object is no longer needed may also lead to continuous battery consumption for mobile devices, and playback failure for other applications if no multiple instances of the same codec are supported on a device.

Even if multiple instances of the same codec are supported, some performance degradation may be expected when unnecessary multiple instances are used at the same time.

相关文章

  • 2022-05-30

    Nat Rev Immu | 抗肿瘤免疫:捕食者-猎物的生态学原理 原创骄阳似我图灵基因2022-05-30 09...

  • 咏日

    朝生群峦怀,午洒天地芒。 暮辞中天去,夜入江河床。 作者缀:高中时期旧作一首。2022-05-30

  • 想念妈妈的粽子

    幸福日志2022-05-30 周一 晴 临近端午了,想念妈妈了,还有妈妈做的各种美食,端午是粽子。 以前不觉得,甚...

  • 分一点心思在逆商上吧

    2022-05-30 周一 北京 晴天 微风 很舒服 没怎么经历过挫折的朋友,其实逆商都不会很高。 什么叫逆商呢?...

  • 饺面店的第101天:自己的执念

    2022-05-30 如果按照农历算法,今天算是整3个月了,从最初的稀里糊涂、忙忙碌碌、跌跌撞撞到今天的清闲自...

  • 3-我思故我在,你别凡尔赛~(一)

    ——勤复盘,能翻盘(这是第3篇记录)2022-05-30 重点总结: 1.场,含场地、场域、热场,场地要顺、要聚气...

  • 2022-05-30

    2022-05-30 坚持分享第1338天 易受外界影响是好事还是坏事? 其实没有绝对的好与坏,易受外界影响可能是...

  • 0210日记|我的随心所欲的一天

    2022-05-30 北京 晴天虽然说流水账式写作不能称之为写作,我只是把我想表达的东西写成文字,也不寻求逻辑了。...

  • 为什么电视剧越来越拖拉,全搞集数

    为什么电视剧越来越拖拉,全搞集数 2022-05-30 记得高中的时候,中午一放学,就去出租房旁边吃饭,那个时候基...

  • 嫦娥奔月有感

    夫药拈来登天去,绕云月近魄锁寒。 千年花容无人见,何苦登天泣广寒? 作者缀:高中七言旧作一首。2022-05-30

网友评论

      本文标题:2022-05-30

      本文链接:https://www.haomeiwen.com/subject/ydpoprtx.html