Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @Override
  2. public void opened(Object stream, Map properties) {
  3.  
  4.  
  5. }
  6.  
  7.  
  8.  
  9. double duracion;
  10. @Override
  11. public void progress(int bytesread, long microseconds, byte[] pcmdata,
  12. Map properties) {
  13.  
  14.  
  15. }
  16.  
  17. @Override
  18. public void stateUpdated(BasicPlayerEvent bpe) {
  19.  
  20. }
  21.  
  22. @Override
  23. public void setController(BasicController bc) {
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement