hsgame
接口 IPlayer


public interface IPlayer

媒体播放接口。

作者:
HsGame

方法摘要
 void close()
           
 boolean isPlaying()
           
 void pause()
           
 void resume()
           
 void setLoopCount(int count)
           
 void setVolume(float volume)
           
 void start()
           
 void stop()
           
 

方法详细信息

setLoopCount

void setLoopCount(int count)

isPlaying

boolean isPlaying()

setVolume

void setVolume(float volume)

start

void start()

pause

void pause()

resume

void resume()

stop

void stop()

close

void close()