コード例 #1
0
 /** Constructs a Basic Player. */
 public BasicPlayer() {
   m_dataSource = null;
   laucher = new BasicPlayerEventLauncher();
   laucher.start();
   reset();
 }