Exemplo n.º 1
0
 public static ErrorNumber SetCallStream(CallStreamType type, string filePath)
 {
     return((ErrorNumber)WrapperInterface.setCallStream((int)type, filePath));
 }