jiajunhui / PlayerBase

The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Apache License 2.0
2.92k stars 438 forks source link

支持多个实例吗,会不会有很多单例的东西 #82

Closed lijintan1990 closed 5 years ago

lijintan1990 commented 5 years ago

支持多个实例吗,会不会有很多单例的东西

jiajunhui commented 5 years ago

PlayerBase内部没有单例的限制。能不能多个实例主要看解码器了,我测试过多实例,可以播,但是比较吃性能。

lijintan1990 commented 5 years ago

PlayerBase内部没有单例的限制。能不能多个实例主要看解码器了,我测试过多实例,可以播,但是比较吃性能。

好的,谢谢解答,回复神速啊,赞一个