Exemplo n.º 1
0
 /**
  * Gets the the number of recordings for the current prompt
  *
  * @return The number of recordings for the current prompt
  */
 public int getRecCount() {
   return recorded.getFileCount();
 }