kohii
1.4.0.2017001
kohii-androidx
/
kohii.v1.x
/
MediaPlayerPool
Media
Player
Pool
open
class
MediaPlayerPool
(
context
:
Context
)
:
PlayerPool
<
MediaPlayer
>
Content copied to clipboard
A
PlayerPool
for the
MediaPlayer
.
Constructors
Functions
Constructors
Media
Player
Pool
Link copied to clipboard
fun
MediaPlayerPool
(
context
:
Context
)
Content copied to clipboard
Functions
clear
Link copied to clipboard
open
fun
clear
(
)
Content copied to clipboard
create
Player
Link copied to clipboard
open
override
fun
createPlayer
(
media
:
Media
)
:
MediaPlayer
Content copied to clipboard
destroy
Player
Link copied to clipboard
open
override
fun
destroyPlayer
(
player
:
MediaPlayer
)
Content copied to clipboard
get
Player
Link copied to clipboard
fun
getPlayer
(
media
:
Media
)
:
MediaPlayer
Content copied to clipboard
put
Player
Link copied to clipboard
fun
putPlayer
(
media
:
Media
,
player
:
MediaPlayer
)
:
Boolean
Content copied to clipboard
reset
Player
Link copied to clipboard
open
override
fun
resetPlayer
(
player
:
MediaPlayer
)
Content copied to clipboard