Метод | Описание | |
---|---|---|
Player ( System stream ) : System |
Creates a new
|
|
Player ( System stream, AudioDevice device ) : System | ||
close ( ) : void |
Cloases this player. Any audio currently playing is stopped immediately.
|
|
play ( int frames ) : bool |
Plays a number of MPEG audio frames.
|
|
play ( ) : void |
Метод | Описание | |
---|---|---|
decodeFrame ( ) : bool |
Decodes a single frame.
|
public Player ( System stream, AudioDevice device ) : System | ||
stream | System | |
device | AudioDevice | |
Результат | System |