Exemplo n.º 1
0
 public static ErrorNumber StartPlayback(string filePath)
 {
     return((ErrorNumber)WrapperInterface.startPlayback(filePath));
 }