Ejemplo n.º 1
0
 public static ErrorNumberEnum SetCallStream(CallStreamTypeEnum type, string filePath)
 {
     return((ErrorNumberEnum)WrapperInterface.setCallStream((int)type, filePath));
 }